https://github.com/payall03/spam-mail-detection
A Web App for Detecting Spam Messages using Machine Learning | Flask · TfidfVectorizer · Naive Bayes
https://github.com/payall03/spam-mail-detection
css deploy-to-render flask html machine-learning ml-project mlproject naive-bayes naive-bayes-classifier natural-language-processing nlp python scikit-learn spam-detection spam-filter text-classification tfidf-joblib webapp
Last synced: about 1 month ago
JSON representation
A Web App for Detecting Spam Messages using Machine Learning | Flask · TfidfVectorizer · Naive Bayes
- Host: GitHub
- URL: https://github.com/payall03/spam-mail-detection
- Owner: payall03
- Created: 2025-06-13T12:05:51.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-11T17:04:52.000Z (10 months ago)
- Last Synced: 2025-08-11T19:12:36.068Z (10 months ago)
- Topics: css, deploy-to-render, flask, html, machine-learning, ml-project, mlproject, naive-bayes, naive-bayes-classifier, natural-language-processing, nlp, python, scikit-learn, spam-detection, spam-filter, text-classification, tfidf-joblib, webapp
- Language: Python
- Homepage:
- Size: 522 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📩 Spam Mail Detection Web App
A web application that detects whether a message is **spam** or **not spam** using machine learning and a clean UI built with **Flask**.
---
## 🚀 Features
- 🔍 Input message and get real-time prediction
- 🎯 Trained using `MultinomialNB` and `TfidfVectorizer`
- 🧠 80/20 train-test split with high accuracy
- 🎨 Styled UI with custom HTML + CSS
- 🌐 Flask backend
- ✅ Deployment-ready
---
## 🖥️ Live Demo
> Coming Soon: [View Live on Render](#)
---