Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/soumyajit4419/spam_email_classifier

To check if the send email was a spam or not. A Flask API to detect spam or ham using Python and Sklearn .
https://github.com/soumyajit4419/spam_email_classifier

classification flask nlp spam-email-classifier

Last synced: 10 days ago
JSON representation

To check if the send email was a spam or not. A Flask API to detect spam or ham using Python and Sklearn .

Awesome Lists containing this project

README

        

# Project Name
## Spam Email Classifier
----

## Project Description
This project is a Classification of email to check if the send email was a spam or not,Using Classification algorithm and Preprocessing using NLP.

### This model is implemented with a flask backend and is deployed on heroku.
### https://spam-email-check-app.herokuapp.com/

## Methods Used
* Feature Engineering
* Machine Learning
* Data Visualization
* NLP

## Technologies
* Python
* Flask

## Project Folders
* Server- It contains all the server related files it.It has app.py.
* - To run python app.py
* - You will get a flask server running in local host

* Model- It contains the Trained Model Code and pickle file.

![Working Server Image](https://github.com/soumyajit4419/Spam_Email_Classifier/blob/image/nonspam.png?raw=true)
![Working Server Image](https://github.com/soumyajit4419/Spam_Email_Classifier/blob/image/spam.png?raw=true)