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 🎯 ## Objectives 🎯
- [ ] Pretrain some models - [ ] Refactor the code
- [ ] Generate some graphs to visualize the data - [ ] Generate some graphs to visualize the data
- [ ] Make a CLI - [ X ] Make a CLI
- [ X ] Pretrain some models
## Requirements 📋 ## Requirements 📋
@ -25,12 +26,11 @@ To run the projet you need the following requirements:
## Running the project 🚀 ## Running the project 🚀
```sh ```sh
python -m venv .venv $ python -m venv .venv
source .venv/bin/activate $ source .venv/bin/activate
pip install requirements.txt $ pip install requirements.txt
python train.py # If you want to train your own model $ python main.py
python main.py
``` ```
## Development 🔨 ## Development 🔨