Simple detect items web use FastAPI framework in back-end and Svelte framework in front-end.
Put your YoloV5
or YoloV3
weight in backend/model/
and change path in backend/model/yolov5.py
.
$ cd backend
$ uvicorn main:app --reload
$ cd ../fronend
$ npm run dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.