Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
a GUI application, which uses YOLOs (YOLOv8, YOLO11, YOLOv13) for Object Detection/Tracking, Human Pose Estimation/Tracking from images, videos or camera
| Date | Stars |
|---|---|
| 2026-07-24 | 456 |
| 2026-07-25 | 456 |
| 2026-07-28 | 457 |
| 2026-07-30 | 457 |
| 2026-08-18 | 459 |
| 2026-09-17 | 460 |
| 2026-09-20 | 460 |
Today
— stars today
This week
+1 stars this week
This month
+1 stars this month
Momentum
0.0
growth rate 0.22%/day
# ultralytics-YOLO-DeepSort/ByteTrack-PyQt-GUI a GUI application, which uses ultralytics YOLO for Object Detection/Tracking, Human Pose Estimation/Tracking from images, videos or camera. All python scripts performing detection, pose and segmentation using the YOLO model in ONNX.  Supported AI tasks: - [x] Detection - [x] Pose Estimation - [x] Segmentation - [ ] OBB Supported Models: - [x] YOLO26 - [x] YOLO26-n - [x] YOLO26-s - [x] YOLO26-m - [x] YOLO26-l - [x] YOLO26-x - [x] YOLOv13 - [x] YOLOv13-n - [x] YOLOv13-s - [x] YOLOv13-l - [x] YOLOv13-x - [x] YOLO11 - [x] YOLO11-n - [x] YOLO11-s - [x] YOLO11-m - [x] YOLO11-l - [x] YOLO11-x Supported Trackers: - [x] DeepSort - [x] ByteTrack Supported Input Sources: - [x] local files: images or videos - [x] Camera - [x] RTSP-Stream ## Install Install required packages with pip: ```shell pip install -r requirements.txt ``` or with conda: ```shell conda env create -f environment.yml # activate the conda environment conda activate yolo_gui ``` ## Download weights Download the model weights: ``````shell python download_weights.py `````` The model files are saved in the **weights/** folder. ## Run ```shell python main.py ```
Excerpt of 1,264 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:28dc964824bb3bc0, topic:computer-vision, topic:object-detection, topic:pose-estimation