Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 317 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 317 Bytes

spam-sms-predictor

A machine learning webapp that predicts if an sms sent is either spam or not

  • Do ⭐ the repository, if it helped you in anyway.

Dependencies

  • Python - 3.7
  • Scikit-Learn
  • NLTK

Algorithms Used:

  • Random Forest Classifier
  • Decision Tree Classifier
  • Multinomial Naive Bayes Classifier