An open API service indexing awesome lists of open source software.

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

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](#)

---