Compare commits
2 Commits
9846ea8c10
...
e877350039
Author | SHA1 | Date | |
---|---|---|---|
e877350039 | |||
6cf6171e2b |
14
README.md
14
README.md
@ -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 🔨
|
||||||
|
Loading…
x
Reference in New Issue
Block a user