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.
- A Support Vector Machine(SVM) model hyperparameter tuned using GridSearchCV.
- A Web App using: HTML, CSS, Flask and Python.