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.

    Language:Python123016
  • Karan9034/AI-Mail-Classifier

    AI-Mail-Classifier for Techfest IITB competition

    Language:HTML7103
  • thomasvangurp/spamfilter

    Machine learning for filtering out spam in the ENRON spam dataset

    Language:Python6102
  • ManasviGoyal/Enron-Classification

    Exploratory Analysis of Enron Dataset and Classification using multiple algorithms

    Language:Jupyter Notebook4105
  • 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!

    Language:TypeScript4100
  • avannaldas/EmailsClassification

    Classification of emails received on a mass distribution group

    Language:Jupyter Notebook3116
  • FarhanShoukat/Text-Classification

    A comprehensive comparision of kNN, Naive Bayes and Neural Network in Text Classification

    Language:Python3203
  • 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

    Language:Jupyter Notebook2100
  • AdrianEpi/SBlocker

    SPAM Blocker is a program that pretends to be a mail classifier that detects SPAM and HAM (no spam mail).

    Language:C++1200
  • 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.

    Language:Jupyter Notebook1100
  • Jainish021/Email-Classifiers

    This repo has email classifiers based on Naive Bayes classifier, Bernouilli Naive Bayes Classifier and Logistic Regression Classifier.

    Language:Python1100
  • jbayardo/aa-tp1

    Machine learning on spam

    Language:Jupyter Notebook1301
  • 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.

    Language:Python1200
  • NilayGaitonde/Email-Classifier

    A simple binary email classifier that classifies emails into spam and ham and also performs topic modelling using LDA

    Language:Jupyter Notebook0100
  • oussama95boussaid/messages-emails-classifier

    Email Classification Tool

    Language:Jupyter Notebook00
  • 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.

    Language:Python0200
  • 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.

    Language:Jupyter Notebook0200
  • 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.

    Language:Jupyter Notebook0002
  • abhinavsaurabh/EmailSpam

    Spam Email Detection using Naive Bayes

    Language:Python20
  • ganigavinaya/NaiveBayes

    NaiveBayes classifier with an without stop words to classify Ham and Spam emails

    Language:Python10
  • ishmav16/Email-Classification-Spam-or-Ham

    Developed a Naive Bayes classifier for classifying the E-mail is Spam or Ham message

    Language:Python203
  • RobinManhas/Spam-filter

    A Naive Bayes algorithm to classify spam emails

    Language:Python101