This is a simple machine learning-based web application that detects whether an email is spam or not using a trained model.
- Python
- Flask
- Scikit-learn
- HTML (Frontend)
-
Install dependencies: pip install -r requirements.txt
-
Run the app: python app.py
-
Open in browser: http://127.0.0.1:5000/