Skip to content

Building a machine learning model for spam SMS message classification, then create an API for the model, using Flask, the Python micro framework for building web applications.

Notifications You must be signed in to change notification settings

ParasYadav94/SMS-Message-Spam-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS-Message-Spam-Detector

Building a machine learning model for spam SMS message classification, then create an API for the model, using Flask, the Python micro framework for building web applications.

Files Descriptions:-

  1. spam.csv - The data is a collection of SMS messages tagged as spam or ham that is downloaded from kaggle.com which is further used to build a prediction model that will accurately classify which texts are spam.

  2. app.py - The python code file for the developed app.

    Command:-

    python3 app.py

About

Building a machine learning model for spam SMS message classification, then create an API for the model, using Flask, the Python micro framework for building web applications.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published