CristopherWVSU commited on
Commit
6074481
·
2 Parent(s): 3911eeb 72ab33a

Merge branch 'main' of https://huggingface.co/spaces/CristopherWVSU/SpamDetection

Browse files
Files changed (2) hide show
  1. README.md +1 -2
  2. requirements.txt +2 -3
README.md CHANGED
@@ -10,5 +10,4 @@ pinned: false
10
  license: mit
11
  short_description: A sample spam detection model with an app
12
  ---
13
-
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
10
  license: mit
11
  short_description: A sample spam detection model with an app
12
  ---
13
+ dataset by Faisal Qureshi: https://www.kaggle.com/datasets/mfaisalqureshi/spam-email
 
requirements.txt CHANGED
@@ -1,5 +1,4 @@
1
  nltk
2
- string
3
- re
4
  streamlit
5
- joblib
 
 
1
  nltk
 
 
2
  streamlit
3
+ joblib
4
+ scikit-learn