Skip to content

omsapate/spam-mesaage-prediction-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spam-mesaage-prediction-Flask

Flask web app to predict whether sms / message is spam or not based on machine learning (NLP).
download project and Run app.py file to start predictions.

Note: their are some python packages required.

Requirements

  • Flask==1.1.2
  • WTForms==2.3.3
  • pandas==1.0.5
  • scikit_learn==0.23.2

Run "pip install -r requirements.txt" on cmd / terminal to install all required dependencies (make sure that you are in downloaded project folder).