You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Email Filter that is connected once to email server, like gmail that can analyze the email and on that analysis it will send the mail to spam folder of the mail. This is tool is tested on Gmail.com. And it is not updated.
Connects using IMAP to a email adress, search for emails, and depending on the sender and the subject, exports those infos to a CSV file. Also move those analysed email into another folder.
A simple machine learning project that classifies emails as Spam or Ham using Logistic Regression and TF-IDF vectorization. Built with Python and scikit-learn.