Skip to content
#

email-classification

Here are 22 public repositories matching this topic...

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.

  • Updated Oct 21, 2021
  • Python
NLP-Email-Categorizer

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.

  • Updated Jan 16, 2024
  • 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.

  • Updated Jul 18, 2023
  • Python

This repository contains a Jupyter notebook implementing the Multinomial Naive Bayes algorithm from scratch for an email classification task of SPAM or HAM. The notebook also includes a comparison of the results obtained with the scikit-learn implementation of Multinomial Naive Bayes.

  • Updated May 26, 2023
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the email-classification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the email-classification topic, visit your repo's landing page and select "manage topics."

Learn more