Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 332 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 332 Bytes

SMS-Message-Spam-Detector

A simple Flask App to classify messages as Ham/Spam using Python and Naive Bayes algorithm from Scikit Learn. The dataset used for training the model was taken from Kaggle. I removed few empty columns from the dataset and used it for training.