This is a full project on "Spam Message Detection" Created using:
- Programming Language: Python
- Algorithm: Machine Learning
- Framework: Django
- Code Editor: VS Code
RUN
To run this project your device must have all the latest versions of above mentioned tools and technologies.
Steps:
- Download this repo.
- Extract the file.
- Right Click on that file and choose the option "Open with code"
- Run the below mentioned commands on the terminal:
- python -m venv env
- for windows: env\Scripts\activate for Mac: source env/bin/activate
- Final Step, Run the command: python .\manage.py runserver
- You will see a link like this "127.0.0.1:8000" (demo link)
- Click on that & you'll have a running Website of this SMD project.
Thankyou for your visit, I hope I helped