makuachteny / email_spam_classifier

Repository contains a machine learning model to classify emails as either spam or non-spam

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

email_spam_classifier

Repository contains a machine learning model to classify emails as either spam or non-spam

Project description

I have used a naive model to classify whether a mail a spam or not. I then developed a web using basic HTML and CSS to provide a UI interface which I then integrated with the backend using Flask API

Get started here

To check whether your email is a spam or not, follow the steps below:

  • Open the site ESC[link()]
  • Copy the text from your mail that you to check
  • Paste the text in the test area of the web you want to check
  • Press the classify button

NB: If the email you entered is a Spam, a red Spam text will be displayed on the screen, otherwise a green Not spam text will appear on the screen.

This is the link to the demo [link()]

About

Repository contains a machine learning model to classify emails as either spam or non-spam

License:Other


Languages

Language:Python 99.9%Language:CSS 0.0%Language:HTML 0.0%