Skip to content

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.

Notifications You must be signed in to change notification settings

CS-Martin/sms-spam-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages