Akshat Sanghvi
commited on
Commit
β’
31c8de4
0
Parent(s):
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Spam Email Detection
|
3 |
+
emoji: π
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 3.17.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: artistic-2.0
|
11 |
+
---
|
12 |
+
# spam-mail-detection
|
13 |
+
A simple text classifier in Python that uses the Naive Bayes model to classify e-mails as spam or ham,
|
14 |
+
in other words, it used naive-bayes method to detect if a email or message is spam or not.
|
15 |
+
### What is a Spam message ?
|
16 |
+
Spam is any kind of unwanted, unsolicited digital communication that gets sent out in bulk.
|
17 |
+
Often spam is sent via email, but it can also be distributed via text messages, phone calls, or social media.
|
18 |
+
|
19 |
+
dataset downloaded from kaggle. π https://www.kaggle.com/datasets/mfaisalqureshi/spam-email?resource=download
|