Compare commits

..

2 Commits

Author SHA1 Message Date
e877350039 Updated the README 2025-01-31 23:25:52 +01:00
6cf6171e2b Updated the README 2025-01-31 23:25:41 +01:00

View File

@ -12,9 +12,10 @@ This project is meant as a way to gradually bring improvements on the bayesian n
## Objectives 🎯
- [ ] Pretrain some models
- [ ] Refactor the code
- [ ] Generate some graphs to visualize the data
- [ ] Make a CLI
- [ X ] Make a CLI
- [ X ] Pretrain some models
## Requirements 📋
@ -25,12 +26,11 @@ To run the projet you need the following requirements:
## Running the project 🚀
```sh
python -m venv .venv
source .venv/bin/activate
pip install requirements.txt
$ 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
$ python main.py
```
## Development 🔨