Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 735 Bytes

File metadata and controls

13 lines (9 loc) · 735 Bytes

Email Spam Filtering Application

Objective

A program used to detect unsolicited, unwanted and virus-infected emails and prevent those messages from getting to a user's inbox using ML's tools. Spam-free email set up

Technologies Used

React – for web application development

Django – to build the server-side components

Machine Learning

The emails will be scored using classification algorithms such as Random Forest, Logistic Regression and any other machine learning algorithm relevant to our application. The outcome of the algorithm will determine whether the email is spam or not spam. If the email is spam it will be displayed under the spam tab for the user, otherwise the email will be under inbox tab.