adamspd/spam-detection-project
Spam-Detector-AI is a Python package for detecting and filtering spam messages using Machine Learning models.
This tool helps developers and data scientists add spam detection to their applications or workflows. You provide a list of messages labeled as 'ham' (not spam) or 'spam' to train the system. The tool then outputs trained machine learning models that can classify new, incoming messages, allowing you to automatically filter out unwanted content.
Use this if you are a Python developer building an application (like a web app with Django) and need to integrate custom spam filtering for user-generated text content.
Not ideal if you need a ready-to-use, out-of-the-box spam filter without any coding or model training.
Stars
35
Forks
6
Language
Python
License
MIT
Category
Last pushed
Dec 05, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/adamspd/spam-detection-project"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
jan-janssen/gmailsorter
Similarity based email sorting for Google Mail using RandomForest classifiers
shukur-alom/Spam_mail_detector_using_ML
This Model can detectany kind of spam mail. Here i use ML Algorithm. If use use my code pleace...
kanagalingamsm/Email-Spam-Detection
Email Spam Detection using Machine Learning
KalyanM45/Spam-Email-Detection
This repository contains a Python script that uses various machine learning models to classify...
Apaulgithub/oibsip_taskno4
A data science project aimed at creating a machine learning-based email spam detection system....