Skip to content
This repository has been archived by the owner on Jan 10, 2024. It is now read-only.

KrisTheCanadian/SpamFilter

Repository files navigation

How to run the files

  1. Run the following commands
python3 -m venv ./venv
source ./venv/bin/activate
pip install -r ./requirements.txt
  1. For each model, run the entire Jupyter Notebooks or simply view them as they are.
  2. That's it!