You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sms-spam-classifier is a python-based project to classify whether a message is spam or ham(legit message) using natural language processing and the Naive Bayes algorithm.
sms-spam-classifier is a python-based project to classify whether a message is spam or ham(legit message) using natural language processing and the Naive Bayes algorithm.
Dependencies
sudo apt install pip
pip install nltk
pip install regex
pip install pandas
About
sms-spam-classifier is a python-based project to classify whether a message is spam or ham(legit message) using natural language processing and the Naive Bayes algorithm.