/spam-filter

A simple Naive Bayes spam filter written in Python

Primary LanguagePython

This is a simple spam filter written for my Artificial Intelligence class that uses Naive Bayes classification.

To run the filter, simply run

python filter.py

in the directory that contains the emails directory.