Mobile application you can find in app
branch - see here
Based on YOLOv5 see here.
Model weights you can find here
Backend you can find in master
branch - see here.
Backend contains 3 docker containers:
- Web (Flask)
- Worker for model (YOLOv5)
- MySQL
Start and initilize database:
# start_test.sh
# init.sh
You can find API description here