Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 589 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 589 Bytes

SMS spam detection

standard-readme compliant

A web app that predicts whether the entered message is spam or not.


Build With

  • PYTHON
  • DJANGO
  • MULTINOMIAL NAIVE BAYES ALGORITHM
  • PANDAS
  • NUMPY

INSTALLATION

fork or download the repository

pip install requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Feel free to contribute and giving suggestion, will mean a lot :)