File size: 814 Bytes
739db67
 
 
 
 
 
 
 
 
 
 
 
27ae7cb
 
 
 
395f60e
 
27ae7cb
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
title: YOLOv3
emoji: 
colorFrom: red
colorTo: gray
sdk: gradio
sdk_version: 3.24.1
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://iashin.ai/how_did_you_build_your_detector)
* [Contact me](https://iashin.ai/)