Skip to content

IN4111/Spam-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Spam-Classifier

A Web App to Detect,Classify and Store Spam and Non Spam Messages.

Install Packages

Install all required modules using pip install -r requirements.txt.

Start Server

Navigate to SpamDetector Folder using cd SpamDetector and Start Server using python manage.py runserver

Hosting

Fetch 127.0.0.1:8000/home/ on your preferred Browser for home site.

Change Time Zone

Navigate to TIME_ZONE in SpamDetector/settings.py and set your timezone,default time zone has set to TIME_ZONE = 'Asia/Kolkata'

Admin panel

Fetch 127.0.0.1:8000/admin/ for admin,set super user by using python manage.py createsuperuser

Source Dataset

Source Dataset located at "SpamDetector/src/data/spam.csv" or download it from https://www.kaggle.com/datasets/uciml/sms-spam-collection-dataset.

Demo Images:

271363299-18730aa4-e634-4163-9d65-0dbd1e245b31 271363344-0a8c0672-1a69-4c83-a78a-ee823c55dd3d 271363386-a378f6d7-25ab-466e-845b-0c9557df5d00 271363399-b45c4c5c-3af7-4c5e-9237-71d684938d04 271363360-c120abea-45a3-478d-8406-6ec108a32bc0 271363806-b7e0ae57-8b28-4c60-9e70-123db33368cf 271363433-00671f69-a2a0-4621-8a91-a3bea0eb461b

Demo Video:

273374541-c6bdd4b1-177c-42af-9f9e-14e8de6cd776.mp4

About

A Web App to Detect,Classify and Store Spam and Non Spam Messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors