Spaces:
Running
Running
title: YOLOv3 | |
emoji: ⚡ | |
colorFrom: red | |
colorTo: gray | |
sdk: gradio | |
sdk_version: 4.36.0 | |
app_file: app.py | |
pinned: false | |
license: mit | |
This repository relies on the submodule (back-end) | |
[WebsiteYOLO](https://github.com/v-iashin/WebsiteYOLO). | |
HuggingFace Spaces requires a file with requirements as `requirements.txt` | |
and app code as `app.py` in the root directory. | |
To rely on the submodule, I linked `gradio_requirements.txt` to `requirements.txt` | |
and import from `gradio_app.py` to `app.py`. | |
## Requirements | |
```yaml | |
matplotlib==3.7.1 | |
torch==2.0.0 | |
``` | |
More info: | |
* [Back-end code](https://github.com/v-iashin/WebsiteYOLO) | |
* [Submit an issue](https://github.com/v-iashin/WebsiteYOLO/issues) | |
* [Building it without Gradio](https://v-iashin.github.io/how_did_you_build_your_detector) | |
* [Contact me](https://v-iashin.github.io/) | |