https://github.com/rezataheri01/deploy-ml-project
Simple ML model + Flask
https://github.com/rezataheri01/deploy-ml-project
classification flask machine-learning
Last synced: 9 months ago
JSON representation
Simple ML model + Flask
- Host: GitHub
- URL: https://github.com/rezataheri01/deploy-ml-project
- Owner: RezaTaheri01
- License: gpl-3.0
- Created: 2025-06-15T17:24:52.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-09-30T15:08:13.000Z (9 months ago)
- Last Synced: 2025-09-30T17:25:07.609Z (9 months ago)
- Topics: classification, flask, machine-learning
- Language: HTML
- Homepage: https://deploy-ml-project-attb.onrender.com
- Size: 3.1 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ๐ง Email Spam Detector
A simple Flask app that detects spam emails using a machine learning model. Includes a custom HTML + Tailwind CSS frontend with a dark/light mode toggle.
## ๐ Resources
- ๐ Tutorial: [Deploying a Machine Learning Model](https://jovian.com/biraj/deploying-a-machine-learning-model)
- ๐ง ML Model Source: [Spam-Email-Detection (GitHub)](https://github.com/KalyanM45/Spam-Email-Detection)
## ๐ Quick Start
```bash
git clone https://github.com/your-username/email-spam-detector.git
cd email-spam-detector
conda create -n spam-env python=3.10
conda activate spam-env
pip install -r requirements.txt
python app.py
```
Then open http://localhost:5000 in your browser.
## ๐งช Example Emails for Testing
### โ
Non-Spam (Ham)
```
Hi Sarah,
Just a reminder about our meeting tomorrow at 10 AM.
Let me know if you need to reschedule.
Thanks,
John
```
### ๐ซ Spam
```
Congratulations! Youโve won a $1000 gift card.
Click here to claim: http://scam-link.com
```