Naive Bayes Email Classification

5th Semester Python Project to classify an email as spam or not spam.

The emails are read using gmail API and then Naïve Bayes is applied to the email using a dataset from UCI ML Repo (https://archive.ics.uci.edu/ml/datasets/Spambase).