diff --git a/README.md b/README.md index cf0758c..90f6f3e 100644 --- a/README.md +++ b/README.md @@ -39,3 +39,11 @@ nix-shell After running these commands, you will find yourself in a shell that 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 +```