Spaces:
Runtime error
Runtime error
Swaymaw
commited on
Commit
·
5b1c83d
unverified
·
0
Parent(s):
Added the configurations for hugging face space.
Browse files
README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Email SMS Spam Classifier
|
3 |
+
emoji: 📨
|
4 |
+
colorFrom: red
|
5 |
+
colorTo: white
|
6 |
+
sdk: streamlit
|
7 |
+
sdk_version: 1.17.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
# email-sms-spam-classifier
|
13 |
+
A Email/Spam Classifier that uses Multinomial Naive Bayes algorithm and tfidf vectorizer for NLP. Hosted on 🤗 face.
|