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
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.