Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robmarkcole/yolov5-ui
Web ui for yolov5 using Streamlit
https://github.com/robmarkcole/yolov5-ui
pytorch streamlit yolov5
Last synced: about 1 month ago
JSON representation
Web ui for yolov5 using Streamlit
- Host: GitHub
- URL: https://github.com/robmarkcole/yolov5-ui
- Owner: robmarkcole
- License: apache-2.0
- Created: 2022-12-09T12:17:54.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-09T14:57:24.000Z (about 2 years ago)
- Last Synced: 2024-12-24T20:02:02.970Z (about 1 month ago)
- Topics: pytorch, streamlit, yolov5
- Language: Python
- Homepage: https://huggingface.co/spaces/robmarkcole/yolov5-ui
- Size: 1.66 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# yolov5-ui
Web ui for yolov5 using Streamlit
## Usage (Mac)
* Create and activate a venv: `python3 -m venv venv` and `source venv/bin/activate`
* Install requirements: `pip install -r requirements.txt`
* Run streamlit from `app` folder: `streamlit run app.py`## Deploy to Huggingface space
- [huggingface.co/spaces/robmarkcole/yolov5-ui](https://huggingface.co/spaces/robmarkcole/yolov5-ui)
- [spaces docs](https://huggingface.co/docs/hub/spaces)## References
- [Yolov5 docs for torchhub](https://github.com/ultralytics/yolov5/issues/36)
- [Yolov5 on torchhub](https://pytorch.org/hub/ultralytics_yolov5/)## Related projects
- [deepstack-ui](https://github.com/robmarkcole/deepstack-ui) -> provided much of the inspiration
- [yolov5-flask](https://github.com/robmarkcole/yolov5-flask) -> example deploying yolov5 as a flask API serivce
- [sahi-yolox](https://huggingface.co/spaces/fcakyon/sahi-yolox)