A Naive Bayes Model created to classify Emails as Spam and Ham.
- Removal of stopwords
- Stemming
- Bag of Words
- MultinomialNB
- Python 3
- an IDE
- Pandas
- Numpy
- Sklearn
- NLTK
All the external dependencies can be installed by using pip install -r requirements.txt
- Rishikesh Sivakumar