Skip to content

harshalbhope/SMS_Spam_Detection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SMS_Spam_Detection

Using Machine Learning algorithms.

Technology Used

  1. Onevsrestclassifier algorithm
  2. Python
  3. Flask
  4. HTML/CSS

Installation

1.Pandas

pip install pandas

2.Flask

pip install flask

Running the python file

Unix Bash (Linux, Mac, etc.):

$ export FLASK_APP=apk
$ flask run

Windows CMD:

> set FLASK_APP=apk
> flask run

Windows PowerShell:

> $env:FLASK_APP = "apk"
> flask run

Images

alt text

alt text

alt text

alt text

About

Spam Detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published