Compare commits

..

No commits in common. "e87735003970e6ae27968e69ca131254770d4537" and "9846ea8c1078d730b8d6154faef20532031fcd7a" have entirely different histories.

View File

@ -12,10 +12,9 @@ This project is meant as a way to gradually bring improvements on the bayesian n
## Objectives 🎯
- [ ] Refactor the code
- [ ] Pretrain some models
- [ ] Generate some graphs to visualize the data
- [ X ] Make a CLI
- [ X ] Pretrain some models
- [ ] Make a CLI
## Requirements 📋
@ -26,11 +25,12 @@ 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 main.py
python train.py # If you want to train your own model
python main.py
```
## Development 🔨