Add usage instructions

This commit is contained in:
coolneng 2021-06-10 13:28:32 +02:00
parent 498d93de2a
commit 2c07c5975f
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
1 changed files with 8 additions and 0 deletions

View File

@ -39,3 +39,11 @@ nix-shell
After running these commands, you will find yourself in a shell that After running these commands, you will find yourself in a shell that
contains all the needed dependencies. contains all the needed dependencies.
## Usage
The following command creates the dataset, trains the Deep Learning model and shows the accuracy:
```bash
poetry run python src/model.py
```