Skip to content

SMS Spam Detector, built using NLP and Machine Learning methods and hosted on heroku.

Notifications You must be signed in to change notification settings

venugopalkadamba/SMS-Spam-Detector-WebApp

Repository files navigation

SMS Spam Detector WebApp

About

Is is a Machine Learning and NLP based web application developed using Django web framework and deployed on heroku server. Python version 3.6 was used for this project. All the requirements to run the project can be found at requirements.txt.
You can find the webapp live at: http://kvg-sms-spam-detector.herokuapp.com
The dataset and the python notebook for model creation can be found at: Dataset and Notebook Link

Steps to run the web application on your local computer

Step-1 Download all the files from the repository.
Step-2 Open command prompt and run the following command to install all the dependencies.

pip install -r requirements.txt

Step-3 After successfull installation of all the dependencies, in the command prompt, get into the directory containing manage.py file and run the following command.

 python manage.py runserver

That's it you can see your website running at localhost.

Live Video of Web Application

alt text Please do ⭐ the Repository if you liked my work.

Releases

No releases published

Packages

No packages published