Skip to content

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.

Notifications You must be signed in to change notification settings

ngandhi369/AI-Email-Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Email-Classifier

  • Mail classifier made using flask that classifies unread mails from authorized Gmail account by IMAP4 protocol.
  • Training datasets contains only two columns: subject & category and having 20 different categories like junkfile, online trading, management, corporate, etc.
  • Used SGDClassifier for trainning the dataset.
  • Model Accuracy: 90.6%
  • Used Tfidf Transformer & CountVectorizer for feature extraction in ML.
  • Used Gridsearchcsv for model selection.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages