A web app that predicts whether the entered message is spam or not.
PYTHON
DJANGO
MULTINOMIAL NAIVE BAYES ALGORITHM
PANDAS
NUMPY
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 :)