Skip to content

ksb214/Web-App-NLP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-App-NLP

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors