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.
-
Python >= 3
-
PIP
sudo apt-get install python3-pip
- Sklearn
pip3 install scikit-learn
- Pandas
pip3 install pandas
python3 main.py
String in the message
variable is classified spam or not.