Skip to content

GauriDhande/email_classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

email_classification

This is project, we try to classify mails into personal and professional mails. The dataset used is a subset of 300 mails from Enron Email Dataset.

This dataset was collected from Enron Corporation headquarters in Houston during May 2002 after its investigation after the company's collapse. It contains 600,000 emails generated by 158 employees. The dataset used is a subset of Enron Email Dataset.

Requirements:

Install Numpy: pip install numpy
Install Pandas: pip install pandas
Install Tensorflow: pip install tensorflow (for cpu)
                    pip install tensorflow-gpu (for gpu)
Install keras: pip install keras
Install scikit-learn: pip install sklearn
Install Matplotlib: pip install matplotlib

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published