Extract Emails from Gmail account, convert to Excel file and classify using various classification algorithms.
-
Updated
Jul 30, 2021 - Jupyter Notebook
Extract Emails from Gmail account, convert to Excel file and classify using various classification algorithms.
Flask web app made using machine learning model. It uses mails from authorized user's Gmail and shows mails with categorical label on web app based on the mail messages using preprocessed machine learning model on training dataset.
Code created for blog series on unsupervised feature/topic extraction from corporate email content. An implementation for cleaning raw email content, data analysis, unsupervised topic clustering for sentiment/alignment and ultimately several deep-learning models for classification. Details at www.avemacconsulting.com.
Final Year Project for BCT: "Ranking Emails Based On Priority"
Naïve Bayes Algorithm is implemented from scratch in order to classify spam and not spam emails.
📧 ML project focused on email spam classification, demonstrating data preprocessing, model training, and evaluation using Python and scikit-learn.
A machine learning model that predicts whether an email is spam or not.
Finetune Flan-T5 for email classification
A spam email classification model using Naive Bayes with machine learning, designed to categorize emails as spam or not spam.
Email Classification(Linear Classifiers and Bi-LSTMs) and NER using CRF models
📧Email classification using a Machine Learning Models. It categorizes emails as either "ABUSIVE" or "NON ABUSIVE" based on their content, allowing users to quickly assess the nature of the email messages they input.
An efficient text classification pipeline for email subjects, leveraging NLP techniques and Multinomial Naive Bayes. Easily preprocess data, train the model, and categorize new email subjects. Ideal for NLP enthusiasts and those building practical email categorization systems using Python.
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.
ML Based Email Classifier
A Python Flask backend using decision tree classifiers, ChatGPT, JWT authentication, and MongoDB storage for an email classification system; containerized with Docker for seamless deployment.
SPAM Blocker is a program that pretends to be a mail classifier that detects SPAM and HAM (no spam mail).
Frontend code for an email classification system with Decision Tree classifier, integrated ChatGPT, JWT authentication, MongoDB storage, and Dockerized modules.
ML project focused on email spam classification, demonstrating data preprocessing, model training, and evaluation using Python and scikit-learn.
This is a team of agents powered by crewai that are able to receive, classify, search, and reply to emails
MailGuard is an intelligent spam detection tool that classifies emails as spam or ham using a Multinomial Naive Bayes model. Built with Streamlit, it leverages natural language processing techniques for text cleaning and feature extraction.
Add a description, image, and links to the email-classification topic page so that developers can more easily learn about it.
To associate your repository with the email-classification topic, visit your repo's landing page and select "manage topics."