CnD_Classification/README.md

17 lines
288 B
Markdown

# Cats and Dogs Classification
---
Quick and dirty *Bayesian Network* that classifies pictures of cats and dogs. Works okay-ish..
## Running the project (Using VENV)
```sh
python -m venv .venv
source .venv/bin/activate
pip install requirements.txt
python train.py
python main.py
```