mlagunas / Spam_Filter

Spam filter implemented in python using a Naive Bayes technique for the Artificial Intelligence course.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spam_Filter

Spam filter implemented in python using Naive Bayes, during the course Artificial Intelligence.

This programme use the enron folders which contains examples of ham/spam mails, you can find them here https://www.cs.cmu.edu/~./enron/ You should edit the line of the code to update the path to the folders in order to use it.

About

Spam filter implemented in python using a Naive Bayes technique for the Artificial Intelligence course.


Languages

Language:Python 100.0%