38 lines
947 B
Markdown
38 lines
947 B
Markdown
# Cats and Dogs Classification
|
|
|
|
This project is meant as a way to gradually bring improvements on the bayesian network until it is as good as I can make it. All papers that I use will be featured in the README. There will also be a report on how the project went and what I learned and improved on.
|
|
|
|
## Table of Contents
|
|
|
|
* [Objectives 🎯](#objectives)
|
|
* [Requirements 📋](#requirements)
|
|
* [Running the project 🚀](#running-the-project)
|
|
* [Development 🔨](#development)
|
|
* [Citations 📝](#citations)
|
|
|
|
## Objectives 🎯
|
|
|
|
- [ ] Pretrain some models
|
|
- [ ] Generate some graphs to visualize the data
|
|
- [ ] Make a CLI
|
|
|
|
## Requirements 📋
|
|
|
|
To run the projet you need the following requirements:
|
|
- Python 3.12
|
|
- venv
|
|
|
|
## Running the project 🚀
|
|
|
|
```sh
|
|
python -m venv .venv
|
|
source .venv/bin/activate
|
|
pip install requirements.txt
|
|
|
|
python train.py # If you want to train your own model
|
|
python main.py
|
|
```
|
|
|
|
## Development 🔨
|
|
|
|
## Citations 📝 |