Skip to content

vibgreon/spam-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Spam Classifier

Training Spam Message Classifier

About

This project is a Simple implementation of machine learning using Scikit-learn to classify whether the provided message is 'SPAM' or 'HAM'.

Data were cleaned, manipulated, and prepared for model training. NLP bag of words model used for message classification.

While it can be used in all kinds of different ways, its primary intention is to test and prepare a model then integrate it into flask application.

Find deployed link in About of this repository.

Dependencies for deployment:

  • Flask
  • pandas
  • NumPy
  • requests
  • pickle4
  • gunicorn
  • Scikit-learn

Deployed

License

MIT