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.
-
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.
-
app.py - The python code file for the developed app.
python3 app.py