This is a web app for detecting whether message is spam or ham. User inputs the message in the text box.
Message text is transformed with TFIDF Vectorizer and then passed to the Random Forest model to predict the model is ham or spam.
To Run the model: %python app.py
In browser open, http://127.0.0.1:5000
Example of Ham SMS
Example of Spam SMS



