Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 301 Bytes

sms-spam-classifier

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

  1. sudo apt install pip
  2. pip install nltk
  3. pip install regex
  4. pip install pandas