update readme and requirements

This commit is contained in:
anetla 2024-01-16 16:23:16 +01:00
parent 3dc1bcf466
commit 66b8cd6112
2 changed files with 5 additions and 3 deletions

View File

@ -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`

View File

@ -1,4 +1,6 @@
ultralytics
flask
waitress
pillow
pillow
onnxruntime
numpy
requests