From 197c5321131445a1b01472d894089dac82d95edd Mon Sep 17 00:00:00 2001 From: coolneng Date: Thu, 10 Jun 2021 13:28:32 +0200 Subject: [PATCH] Add usage instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index cf0758c..ed941ec 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 creates the dataset, trains the Deep Learning model and shows the accuracy: + +```bash +poetry run python src/model.py +```