Simple spam detection app integarted with Flask and deployed over heroku.
URL : https://spam-detector20.herokuapp.com/
Project summary :
==============================================================
The goal of this was to a spam detection model in python to automatically classify a message as either spam or ham(legitimate messages). Hosting on Heroku using Flask (a lightweight web application framework).
===============================================================
app.py
- main filetemplates
- This folder contains html for home and result pagemodels
- This folder contains predict script and pickle file for nlp model andCountVectorizersrc
- This folderconatins source file for trainning the model.requirement.txt
- contains requirement file to run the model on cloud.proc file
-it specifies the commands that are executed by the app on startup
Dataset: https://www.kaggle.com/uciml/sms-spam-collection-dataset
https://www.sciencedirect.com/science/article/pii/S2405844018353404
https://medium.com/@davedodea/how-to-deploy-a-python-app-to-heroku-12289912f29c