Spam detection plays an important role in business and other areas. It uses the concept of Natural Language Processing. In this project, I implemented the classification algorithms like Naive Bayes, KNN, Decision Tree, Random Forest and Logistic Regression. Then combined these different algorithms to make a voting classifier to increase the reliability of the output. Then deployed this project on Heroku using Flask. See live demo
- OPEN CMD
- NAVIGATE TO PROJECT FOLDER
- SIMPLY TYPE - python app.py
- IT WILL SHOW YOU AN URL TO OPEN
- COPY IT AND PASE IN WEB BROWSER.
- IT SHOULD BE UP AND RUNNING, ENJOY.
- OPEN CMD
- NAVIGATE TO PROJECT FOLDER
- TYPE git init
- TYPE heroku login
- TYPE heroku git:clone -a YOUR-APP-NAME
- TYPE git add .
- TYPE git commit -m "YOUR ANY MESSAGE"
- TYPE git push heroku master
**IF EVERYTHING GOES WELL THE APP SHOULD BE UP AND RUNNING ON HEROKU CLOUD. ** NEED TO INCLUDE Procfile AND requirements.txt IN ROOT FOLDER, BUT IN THIS CASE I HAVE DONE IT, SO JUST DIRECTLY RUN ABOVE COMMANDS. ENJOY