Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 634 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 634 Bytes

Email Spam Classifier ✉️

Context ℹ️

The SMS Spam Collection is a set of SMS tagged messages that have been collected for SMS Spam research. It contains one set of SMS messages in English of 5,574 messages, tagged according being ham (legitimate) or spam.

Based on the data point we have to classify whether it is a spam or ham.

Methodology 🛠️

  1. A Support Vector Machine(SVM) model hyperparameter tuned using GridSearchCV.
  2. A Web App using: HTML, CSS, Flask and Python.