- To check whether an Email is Spam or Ham.
To visit the website, Click Here
- This problem statement is a supervised machine learning problem.
- I used 2 classification models (SVM Classifier & Naive Bayes Classifier) to solve the problem statement.
- I have used 5694 row labeled dataset data set from kaggle.
- Accuracy of my model is 0.99 (0.9912203687445127).
- Precision score of my model to detect SPAM Email is 0.97, and the precision score of our mode to detect HAM Email is 1.00.
Working model is deployed on Heroku, Click here to visit the website.