email-classifier
There are 22 repositories under email-classifier topic.
Surya-Murali/Email-Spam-Classifier-Using-Naive-Bayes
A Naive Bayes spam/ham classifier based on Bayes' Theorem. A bunch of emails is first used to train the classifier and then a previously unseen record is fed to predict the output.
Karan9034/AI-Mail-Classifier
AI-Mail-Classifier for Techfest IITB competition
thomasvangurp/spamfilter
Machine learning for filtering out spam in the ENRON spam dataset
ManasviGoyal/Enron-Classification
Exploratory Analysis of Enron Dataset and Classification using multiple algorithms
ryannono/Mail-Organizer
a powerful tool designed to declutter and organize your inbox automatically using Cohere's classification API. Leveraging Node.js and the IMAP protocol, it fetches, parses, and classifies your emails into appropriate folders, facilitating a tidy and well-organized mailbox. Get started now to redefine your email management experience!
avannaldas/EmailsClassification
Classification of emails received on a mass distribution group
FarhanShoukat/Text-Classification
A comprehensive comparision of kNN, Naive Bayes and Neural Network in Text Classification
ayushianan/email_classifier
A ML classification example to train a Naive Bayes model to be able to predict who wrote a document/email, given the words used in it
AdrianEpi/SBlocker
SPAM Blocker is a program that pretends to be a mail classifier that detects SPAM and HAM (no spam mail).
Gaurav241/Email-SMS-Spam-Classifier
The project leverages Naive Bayes Classifiers, a family of algorithms based on Bayes’ Theorem, which presumes independence between predictive features. This theorem is crucial for calculating the likelihood of a message being spam based on various characteristics of the data.
Jainish021/Email-Classifiers
This repo has email classifiers based on Naive Bayes classifier, Bernouilli Naive Bayes Classifier and Logistic Regression Classifier.
jbayardo/aa-tp1
Machine learning on spam
scimone/Emails
A collection of Python scripts designed to streamline various tasks related to managing emails and PDF attachments. Easily extract clean email text, classify emails as automated or human-generated, process PDFs, and automatically fill PDF forms using saved user profile data.
NilayGaitonde/Email-Classifier
A simple binary email classifier that classifies emails into spam and ham and also performs topic modelling using LDA
oussama95boussaid/messages-emails-classifier
Email Classification Tool
Parth-Kapadia/Email-Classification-MLH
This repository is made to support my application of MLH fellowship. This project had been done during my 2 years of work experience at Sailfin Technologies and is stored as a private repository before. The repository contains full process code from email cleaning, data modelling, database authentication (postgres for Salesforce), REST API building and Heroku deployment file.
Sauravpandey98/DL-and-ML
I'm gaining experience in Deep Learning and Machine Learning field by making some small and large projects. This repository contains some of my small projects based on Deep Learning and Machine Learning.
sumeetkotaria11/EmailSpam
This Project is aimed at classifying emails into Spam or Non-Spam Category using KNN, Naive Bayes and Decision Trees. This project doesn't use any existing machine learning library for classification but just pure Python.
abhinavsaurabh/EmailSpam
Spam Email Detection using Naive Bayes
ganigavinaya/NaiveBayes
NaiveBayes classifier with an without stop words to classify Ham and Spam emails
ishmav16/Email-Classification-Spam-or-Ham
Developed a Naive Bayes classifier for classifying the E-mail is Spam or Ham message
RobinManhas/Spam-filter
A Naive Bayes algorithm to classify spam emails