Compare commits
1 Commits
2c07c5975f
...
197c532113
Author | SHA1 | Date |
---|---|---|
coolneng | 197c532113 |
|
@ -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 creates the dataset, trains the Deep Learning model and shows the accuracy:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
poetry run python src/model.py
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in New Issue