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 🎯
|
||||
|
||||
- [ ] 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 🔨
|
||||
|
Loading…
x
Reference in New Issue
Block a user