Skip to content

Rahul1758/Spam_classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS Spam classifier

  1. DESCRIPTION

Everyone receives tons of spam messages on their smartphones everyday. Nowadays smartphones are also smart enough to identify the spam messages and automatically dump them to the spam folder to save your time. This application is a glimpse of identification part that the smartphone does but using just Machine learning to solve the problem.

  1. DATA

The dataset for was obtained from https://archive.ics.uci.edu/ml/machine-learning-databases/00228/.

  1. MODEL TRAINING

This classification task was performed using the concepts of NLP like Stemming & Bag of Words (BOW). The training model used for this classification is Multinomial Naive Bayes. The library used to create this application is NLTK (Natural Language Tool Kit) which is one of the popular most widely used libraries for NLP tasks.

  1. DEPLOYMENT

The app uses Flask framework to create a front-end API and is deployed on Heroku. Please feel free to try out the app by hitting this link!! https://nlp-sms-spam-classifier.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published