Skip to content

Amgg12301/SpamDetection

Repository files navigation

Spam Detection Web Application

This is a React web application that takes in user input and utilizes a Python machine learning model I created sitting on a Flask server to classify the text as spam or ham (not spam). The machine learning model is based off of binomial logistic regression, uses lemmatization over stemming, and removes stopwords and punctuation (basically using various NLP text preprocessing techniques) to achieve higher accuracy in spam classification. Currently, the model's accuracy score is at 94.67703349282297%. Check it out on Heroku at https://fightspam.herokuapp.com!

About

A React and Flask Web Application for Spam Classification with Binomial Logistic Regression and NLP Text Preprocessing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors