A spam classifier that classifies user input as spam/not spam
To run :
Clone repository and run deploy.py. Application will be served at http://localhost:8000/
You must have the following packages installed :
- Scikit Learn
- Pandas
- Flask
This project contains 3 major parts :
- deploy.py : This contains the code that classifies input as spam/not spam using the Naive Bayes algorithm ( with 72% accuracy)
- templates : This folder contains the HTML template that allows users to input data and detect spam
- ham_spam.csv : The csv file used to train the model