Skip to content

vijayPK/SpamClassifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 

Repository files navigation

SpamClassifier

This is a spam classifier using Naive Bayes classifiers, a family of classifiers that are based on the popular Bayes’ probability theorem. It predict whether a given message is spam or not. ######Check this article for the explanation.

Requirements

  sudo apt-get install python3-pip 
  • Sklearn
  pip3 install scikit-learn 
  • Pandas
  pip3 install pandas 

To Run

python3 main.py

String in the message variable is classified spam or not.

Further reference

Naive Bayes

Naive Bayes classifier

Code with ❤️ Harin

About

Spam classifier using Naive Bayes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages