Compare commits
No commits in common. "e87735003970e6ae27968e69ca131254770d4537" and "9846ea8c1078d730b8d6154faef20532031fcd7a" have entirely different histories.
e877350039
...
9846ea8c10
14
README.md
14
README.md
@ -12,10 +12,9 @@ This project is meant as a way to gradually bring improvements on the bayesian n
|
|||||||
|
|
||||||
## Objectives 🎯
|
## Objectives 🎯
|
||||||
|
|
||||||
- [ ] Refactor the code
|
- [ ] Pretrain some models
|
||||||
- [ ] Generate some graphs to visualize the data
|
- [ ] Generate some graphs to visualize the data
|
||||||
- [ X ] Make a CLI
|
- [ ] Make a CLI
|
||||||
- [ X ] Pretrain some models
|
|
||||||
|
|
||||||
## Requirements 📋
|
## Requirements 📋
|
||||||
|
|
||||||
@ -26,11 +25,12 @@ 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 main.py
|
python train.py # If you want to train your own model
|
||||||
|
python main.py
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development 🔨
|
## Development 🔨
|
||||||
|
Loading…
x
Reference in New Issue
Block a user