Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/codingonion/yolov5-gui-slint

YOLOv5 GUI inference framework built with Slint.
https://github.com/codingonion/yolov5-gui-slint

aigc awesome candle gui image-processing llm machine-learning object-detection object-recognition opencv pytorch rust slint slint-ui tauri-app yolo yolov5 yolov8

Last synced: 12 days ago
JSON representation

YOLOv5 GUI inference framework built with Slint.

Lists

README

        

# YOLOv5-GUI-Slint

**yolov5-gui-slint** is a inference framework for [YOLOv5](https://github.com/ultralytics/yolov5) written in [Rust Programming Language](https://www.rust-lang.org/), built with [Slint](https://github.com/slint-ui/slint) framework, and it is greatly inspired by [bencevans/rust-opencv-yolov5](https://github.com/bencevans/rust-opencv-yolov5).

***Note that this repository is under active development.***

# Preview

![YOLOv5-GUI-Slint](slint_ui/imgs/YOLOv5-GUI-Slint.png)

## TODO

- [X] Rust [slint-ui](https://slint.dev/) native GUI support.
- [X] *.onnx model format inference support.
- [ ] Image/Video/Camera data input support.
- [ ] *.pt model format inference support.
- [ ] Rust multi-platform GUI support.
- [ ] Codes refactoring using [huggingface/candle](https://github.com/huggingface/candle) ML framework.
- [ ] ...

## Acknowledgements

Thanks you for the following excellent public contributions.

- [https://github.com/ultralytics/yolov5](https://github.com/ultralytics/yolov5)
- [https://github.com/MohaBeacon/slint-opencv](https://github.com/MohaBeacon/slint-opencv)
- [https://github.com/bencevans/rust-opencv-yolov5](https://github.com/bencevans/rust-opencv-yolov5)
- [https://github.com/masc-it/yolov5-api-rust](https://github.com/masc-it/yolov5-api-rust)
- [https://github.com/AndreyGermanov/yolov8_onnx_rust](https://github.com/AndreyGermanov/yolov8_onnx_rust)
- [https://github.com/igor-yusupov/rusty-yolo](https://github.com/igor-yusupov/rusty-yolo)
- [https://github.com/metobom/tchrs-opencv-webcam-inference](https://github.com/metobom/tchrs-opencv-webcam-inference)