Skip to content

This is the web base solution to detect spam and ham emails using supervised machine learning, classification models (SVM Classifier & Naive Bayes Classifier) with 99% accuracy.

License

Notifications You must be signed in to change notification settings

varmor/spam-email-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPAM-EMAIL-DETECTOR

spam email detector gif

Use Case

  • To check whether an Email is Spam or Ham.

How to use

To visit the website, Click Here

Other details about the project:

  • 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.

Versions

V2.0

Working model is deployed on Heroku, Click here to visit the website.

About

This is the web base solution to detect spam and ham emails using supervised machine learning, classification models (SVM Classifier & Naive Bayes Classifier) with 99% accuracy.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published