Skip to content

Gagan6730/Spam-Ham-Predictor

Repository files navigation

Spam-Ham Message Classifier

A machine learning model which predicts whether an incoming text should be classified as spam or ham.
Deployment Link

How it Works

Make sure to install Python, pip and virtualenv
Clone the repository From the root folder of the repository, rub the following commands.

virtualenv env
source env/bin/activate
pip install -r requirements.txt
python3 app.py

The app will be available on http://127.0.0.1:5000/

About

Predicting whether a mail/message is spam or ham

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published