An open API service indexing awesome lists of open source software.

https://github.com/sovit-123/machine_learning_spam_classifier


https://github.com/sovit-123/machine_learning_spam_classifier

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Machine_Learning_Spam_Classifier
This is simple spam classifier machine learning model.

## References
The book Hands-On [Machine Learning with Scikit-Learn and TensorFlow](https://www.amazon.com/Hands-Machine-Learning-Scikit-Learn-TensorFlow/dp/1491962291) has been referenced for this project work.

## Dataset
The email dataset is downloaded from https://spamassassin.apache.org/old/publiccorpus/

**Further details can be found in the program file as it has been documented.**

## Final Model
The final model has been trained on the easy email set.

## Future Work
1. To train the model on the hard email dataset.
2. To deploy a model.pkl file and making a simple website for others to check whether an email is spam or not.