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