Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 535 Bytes

File metadata and controls

29 lines (25 loc) · 535 Bytes

Spam Mail Detection

Installation Guide

1. Clone the project to your Local Machine
git clone https://github.com/krishnan-tech/spam-mails-classification.git
2. Go to that directory
cd spam-mails-classification
3. Install all requirements
pip install requirements.txt
4. Run the Project
python main.py
5. That's it.
http://127.0.0.1:5000/

If you want to contribute that you are most welcome!

Have any Queries?