diff --git a/README.md b/README.md index bd9a816..53e2d94 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ implemented on [Python](https://www.python.org) that uses a model to detect leve ## Install -* Cloning instruction coming soon +* Clone this repository with this html: https://git.wmi.amu.edu.pl/s486797/tomaito_web.git * Go to the root of cloned repository * Install dependencies by running `pip3 install -r requirements.txt` diff --git a/requirements.txt b/requirements.txt index 4147807..5b63dcf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,6 @@ -ultralytics flask waitress -pillow \ No newline at end of file +pillow +onnxruntime +numpy +requests \ No newline at end of file