utkarsh-21st/Email-Classification-and-Deployment
Multi-Label Text Classification by fine-tuning BERT and XLNet and deployment using Flask
This tool helps you automatically categorize incoming emails, allowing for better organization and quicker response times. You provide a collection of .msg email files, and it classifies them into predefined categories, sorting them into appropriate folders. It's designed for operations managers, customer support teams, or anyone who handles a large volume of customer queries, complaints, or other structured email communications.
No commits in the last 6 months.
Use this if you need an automated system to sort large volumes of incoming emails into relevant categories.
Not ideal if you're looking for a simple drag-and-drop email sorter without needing to set up a Python environment and train a model.
Stars
14
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Apr 13, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/nlp/utkarsh-21st/Email-Classification-and-Deployment"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
fidelity/textwiser
[AAAI 2021] TextWiser: Text Featurization Library
RandolphVI/Multi-Label-Text-Classification
About Muti-Label Text Classification Based on Neural Network.
ThilinaRajapakse/pytorch-transformers-classification
Based on the Pytorch-Transformers library by HuggingFace. To be used as a starting point for...
ntumlgroup/LibMultiLabel
A library for multi-class and multi-label classification
xuyige/BERT4doc-Classification
Code and source for paper ``How to Fine-Tune BERT for Text Classification?``