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.
- 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).