A Web App to Detect,Classify and Store Spam and Non Spam Messages.
Install all required modules using pip install -r requirements.txt.
Navigate to SpamDetector Folder using cd SpamDetector and
Start Server using python manage.py runserver
Fetch 127.0.0.1:8000/home/ on your preferred Browser for home site.
Navigate to TIME_ZONE in SpamDetector/settings.py and set your timezone,default time zone has set to TIME_ZONE = 'Asia/Kolkata'
Fetch 127.0.0.1:8000/admin/ for admin,set super user by using python manage.py createsuperuser
Source Dataset located at "SpamDetector/src/data/spam.csv" or download it from https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset.