Found 214 repositories(showing 30)
ShehanSanjula
End-to-end implementation of Spam Detection in Email using Machine Learning, Python, Flask, Gunicorn, Scikit-Learn, and Logistic Regression on the Heroku cloud application platform.
MuskanGoyal01
Machine Learning Techniques For Spam Email Detection with Python.
JANANI-RS06
Email Spam Detection Developed a machine learning model to classify emails as spam or ham using the Naive Bayes algorithm. Implemented text preprocessing and evaluated performance using accuracy and confusion matrix with Python and Scikit-learn.
NevroHelios
📧 Spam Detection Project: A Python application 🐍 utilizing PyTorch for machine learning-based spam email detection, including model architecture and text preprocessing. 🚀
Chinthak123
A machine learning–based spam email detection system built using Python and scikit-learn. The project involves preprocessing email text, converting it into numerical features using vectorization techniques, and training a classification model to identify spam and non-spam emails.
ShahiduzzamanSajid
Spam Mail Detection is a Python-based application. The project utilizes machine learning algorithms to classify emails as either spam or ham(Not-Spam). With an intuitive user interface built using Streamlit, it empowers users to effortlessly analyze and filter their emails, ensuring a clutter-free inbox and enhanced email security.
I have done an basic ML model to Detect Email Spam using Naive Bayes classifier with "Accuracy :0.99736"
Email Spam Detection 98% Accuracy with python and Machine Learning
Satyaprakash2025
Console-based Email Spam Detection using Python and Machine Learning
sahiltaneja17
Email Spam Ham Detection | Naive Bayes | Machine Learning | Python | sklearn | TextBlob | NumPy | Pandas
SwarangiSawant
In this Project we create a Email Spam Detection Using Machine Learning and Streamlit in Python.
masood2004
A Python-based project for spam and ham email detection using machine learning techniques to classify messages as spam or legitimate.
ERAMITDHOMNE
In this project I have uploaded python code for Machine Learning python project Spam/ham email detection by ML Model
saimchishti
A spam detection system in Python using machine learning. Preprocessed email text, extracted features with TF-IDF, and trained a model to classify emails as spam or not spam with high accuracy.
TheekshanaR1
Email Spam Detection Machine Learning Model Project in Python. This Machine Learning model project deployed as web Application. Based on the contents of the Mail, Machine learning model detects whether message is spam or not.
adit2005
A powerful SMS/Email Spam Classifier built with Python and machine learning. This project utilizes a Multinomial Naive Bayes (MNB) algorithm for accurate spam detection.
khadiijaaaaaaa
This project is an Email Spam Detection model developed in Python, utilizing machine learning techniques to classify emails as spam or not spam. The model leverages the Random Forest Classifier for optimal performance in this task.
ManzCreations
A Python-based email spam detection tool utilizing machine learning for real-time filtering. Features customizable criteria, adaptive learning, and supports dark/light themes.
nupur2323
This is a Spam Mail Detection project developed using Python and popular data science libraries. The system can accurately classify emails as Spam or Ham (Not Spam) using machine learning models trained on labeled email data.
This machine learning project implements an advanced email spam detection system using Python and scikit-learn. By leveraging Multinomial Naive Bayes classification, the system accurately distinguishes between spam and legitimate (ham) emails.
DavisDimos
A sophisticated spam detection system with multiple interfaces for email classification and real-time Gmail monitoring. Built with Python and Machine Learning.
akshaya-b01
This project builds an Email Spam Detection System using Python and Machine Learning. It analyzes email text data and classifies messages as Spam or Not Spam using the Naive Bayes algorithm and CountVectorizer. The model achieves high accuracy in filtering unwanted emails automatically.
adit1584
Email Spam Detection System built using Python and Machine Learning to classify emails as Spam or Non-Spam. The project uses NLP techniques for text preprocessing and feature extraction (TF-IDF) and trains a classification model to identify phishing and scam emails efficiently.
RaviralaLathasri
Email Spam Detection is a machine learning project that classifies emails as Spam or Not Spam using text preprocessing, CountVectorizer, and a Naive Bayes classifier. It includes real-time prediction support and is built using Python and Scikit-learn.
AKHIL-454
Email spam detection system is used to detect email spam using Machine Learning technique called Natural Language Processing and Python, where we have a dataset contain a lot of emails by extract important words and then use naive classifier we can detect if this email is spam or not.
Laibahh07
📧 A machine learning project for spam email detection using Python. Includes text preprocessing, feature engineering, TF-IDF, Logistic Regression, visualizations, and model saving for real-time email classification.
CodeWithTania
An Intelligent Email Spam Detection system built using Python and Machine Learning. Utilizes Natural Language Processing (NLP) and Naive Bayes algorithm to classify messages as Spam or Ham with high precision.
harsh13042003
Email Spam Detection using Machine Learning and Natural Language Processing (NLP). This project classifies emails as Spam or Ham using TF-IDF feature extraction and Logistic Regression. It demonstrates text preprocessing, supervised learning, model evaluation, and real-time email prediction using Python and Scikit-learn.
mithra916
This project implements a Spam Mail Detection System using Python and machine learning techniques. The model classifies emails as either spam or ham (not spam) based on their content. It uses the SVM (Support Vector Machine) algorithm to achieve high accuracy in text classification tasks.
Purushothamcv
This project is a Spam Email Classifier built using Python and Machine Learning techniques. The purpose of this project is to automatically classify incoming emails or messages into spam (unwanted) or ham (legitimate). Spam detection is a crucial task in email filtering, ensuring that users’ inboxes remain free of unwanted messages.