Ankit152 / Email-Spam-Classifier

Spam classifier using Bag of Words (BOW) model and Support Vector Machine (SVM) applied with GridSearchCV.

Home Page:https://classify-spam.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Spam classifier using Bag of Words (BOW) model and Support Vector Machine (SVM) applied with GridSearchCV.

https://classify-spam.herokuapp.com/


Languages

Language:Jupyter Notebook 78.5%Language:HTML 9.4%Language:Python 7.2%Language:CSS 4.9%