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.
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