YOLO Object Detection ML Frameworks
Implementations and applications of YOLO (You Only Look Once) neural networks for real-time object detection across images and video streams. Does NOT include general computer vision frameworks, non-YOLO detection models, or object detection without YOLO specifically.
There are 132 yolo object detection frameworks tracked. 18 score above 50 (established tier). The highest-rated is ultralytics/yolov5 at 68/100 with 57,000 stars. 3 of the top 10 are actively maintained.
Get all 132 projects as JSON
curl "https://pt-edge.onrender.com/api/v1/datasets/quality?domain=ml-frameworks&subcategory=yolo-object-detection&limit=20"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
| # | Framework | Score | Tier |
|---|---|---|---|
| 1 |
ultralytics/yolov5
YOLOv5 🚀 in PyTorch > ONNX > CoreML > TFLite |
|
Established |
| 2 |
ultralytics/yolov3
YOLOv3 in PyTorch > ONNX > CoreML > TFLite |
|
Established |
| 3 |
mindspore-lab/mindyolo
A toolbox of yolo models and algorithms based on MindSpore |
|
Established |
| 4 |
ultralytics/assets
Ultralytics assets |
|
Established |
| 5 |
stephanecharette/DarkHelp
C++ wrapper library for Darknet |
|
Established |
| 6 |
philipperemy/yolo-9000
YOLO9000: Better, Faster, Stronger - Real-Time Object Detection. 9000 classes! |
|
Established |
| 7 |
experiencor/keras-yolo3
Training and Detecting Objects with YOLO3 |
|
Established |
| 8 |
zzh8829/yolov3-tf2
YoloV3 Implemented in Tensorflow 2.0 |
|
Established |
| 9 |
YunYang1994/tensorflow-yolov3
🔥 TensorFlow Code for technical report: "YOLOv3: An Incremental Improvement" |
|
Established |
| 10 |
Tessellate-Imaging/Monk_Object_Detection
A one-stop repository for low-code easily-installable object detection pipelines. |
|
Established |
| 11 |
shouxieai/tensorRT_Pro
C++ library based on tensorrt integration |
|
Established |
| 12 |
AntonMu/TrainYourOwnYOLO
Train a state-of-the-art yolov3 object detector from scratch! |
|
Established |
| 13 |
BMW-InnovationLab/BMW-YOLOv4-Training-Automation
This repository allows you to get started with training a state-of-the-art... |
|
Established |
| 14 |
mystic123/tensorflow-yolo-v3
Implementation of YOLO v3 object detector in Tensorflow (TF-Slim) |
|
Established |
| 15 |
WongKinYiu/ScaledYOLOv4
Scaled-YOLOv4: Scaling Cross Stage Partial Network |
|
Established |
| 16 |
Cartucho/mAP
mean Average Precision - This code evaluates the performance of your neural... |
|
Established |
| 17 |
ruiminshen/yolo2-pytorch
PyTorch implementation of the YOLO (You Only Look Once) v2 |
|
Established |
| 18 |
vietnh1009/Yolo-v2-pytorch
YOLO for object detection tasks |
|
Established |
| 19 |
fcakyon/yolov5-pip
Packaged version of ultralytics/yolov5 + many extra features |
|
Emerging |
| 20 |
thomas-yanxin/ColugoMum
🍰🍎ColugoMum: Intelligent Retail Settlement Platform can accurately locate... |
|
Emerging |
| 21 |
Neerajj9/Text-Detection-using-Yolo-Algorithm-in-keras-tensorflow
Implemented the YOLO algorithm for scene text detection in keras-tensorflow... |
|
Emerging |
| 22 |
shayanalibhatti/Retail-Store-Item-Detection-using-YOLOv5
In this repository, I present a retail store item detector using YOLOv5 |
|
Emerging |
| 23 |
motokimura/yolo_v1_pytorch
PyTorch implementation of YOLO-v1 including training |
|
Emerging |
| 24 |
WangQvQ/YOLOMagic
YOLO Magic🪄 is an extension based on Ultralytics' YOLOv5, designed to... |
|
Emerging |
| 25 |
Alro10/YOLO-darknet-on-Jetson-TX2
How to run YOLO on Jetson TX2 |
|
Emerging |
| 26 |
ultralytics/hub
Ultralytics HUB tutorials and support |
|
Emerging |
| 27 |
ultralytics/template
Ultralytics Python Project Template |
|
Emerging |
| 28 |
filrg/split_inference
Split inference for YOLO |
|
Emerging |
| 29 |
WangRongsheng/BestYOLO
🌟Change the world, it will become a better place. | 以科研和竞赛为导向的最好的YOLO实践框架! |
|
Emerging |
| 30 |
ultralytics/.github
Ultralytics GitHub default .github repository. |
|
Emerging |
| 31 |
explosion/lightnet
🌓 Bringing pjreddie's DarkNet out of the shadows #yolo |
|
Emerging |
| 32 |
theAIGuysCode/YOLOv4-Cloud-Tutorial
This repository walks you through how to Build and Run YOLOv4 Object... |
|
Emerging |
| 33 |
thepbordin/YOLOv5-Streamlit-Deployment
Streamlit YOLOv5 deployment template |
|
Emerging |
| 34 |
sitammeur/YoloSegment
Yolo and TensorFlow.js to segment or partition images according to their content. |
|
Emerging |
| 35 |
Aa-23007/object-detection-software
Real-time object detection software built with PyTorch, NumPy, and OpenCV. |
|
Emerging |
| 36 |
Oneflow-Inc/one-yolov5
A more efficient yolov5 with oneflow backend 🎉🎉🎉 |
|
Emerging |
| 37 |
kadirnar/yolov5-strongsort
Minimal PyTorch implementation of YOLOv5 and StrongSort |
|
Emerging |
| 38 |
Yigtwxx/dl_xview_yolo
YOLOv8 implementation for remote sensing and satellite image analysis.... |
|
Emerging |
| 39 |
snuailab/waffle_hub
🧇Waffle Hub🧇 is Deep Learning 🛠️Open Source Framework Adapter. It provides... |
|
Emerging |
| 40 |
digitalbrain79/pyyolo
Simple python wrapper for YOLO. |
|
Emerging |
| 41 |
LSH9832/yolov8_trt
A quick TensorRT deoloyment solution for YOLOv8. |
|
Emerging |
| 42 |
theAIGuysCode/YOLOv3-Cloud-Tutorial
Everything you need in order to get YOLOv3 up and running in the cloud.... |
|
Emerging |
| 43 |
jveitchmichaelis/edgetpu-yolo
Minimal-dependency Yolov5 and Yolov8 export and inference demonstration for... |
|
Emerging |
| 44 |
SkalskiP/yolov5js
Effortless YOLOv5 javascript deployment |
|
Emerging |
| 45 |
emptysoal/YOLOv5-TensorRT-lib-Python
The code of YOLOv5 inferencing with TensorRT C++ api is packaged into a... |
|
Emerging |
| 46 |
srebroa/awesome-yolo
:rocket: :star: The list of the most popular YOLO algorithms - awesome YOLO |
|
Emerging |
| 47 |
emptysoal/TensorRT-v8-YOLOv5-v5.0
Based on TensorRT v8.2, build network for YOLOv5-v5.0 by myself, speed up... |
|
Emerging |
| 48 |
ydixon/yolo_v3
YoloV3 in Pytorch and Jupyter Notebook |
|
Emerging |
| 49 |
matlab-deep-learning/pretrained-salsanext
Semantic segmentation and transfer learning using pretrained SalsaNext model... |
|
Emerging |
| 50 |
hardik0/Deep-Learning-with-GoogleColab
Deep Learning Applications (Darknet - YOLOv3, YOLOv4 | DeOldify - Image... |
|
Emerging |
| 51 |
andre1araujo/YOLO-on-PYNQ-Z2
This repository contains all the necessary material to implement a YOLOv3... |
|
Emerging |
| 52 |
mdietrichstein/yolo-tiny-v1-mobile
Yolo for Android and iOS - Mobile Deep Learning Object Detection in Realtime... |
|
Emerging |
| 53 |
miladlink/TinyYoloV2
Pytorch Tiny YoloV2 implementation from scratch |
|
Emerging |
| 54 |
CactusQ/tensor_rt_for_beginners
Beginner-friendly introduction to TensorRT using Torch-TRT on YOLO-V5 |
|
Emerging |
| 55 |
JeffersonQin/yolo-v1-pytorch
⚗ YOLO v1 PyTorch Implementation |
|
Emerging |
| 56 |
moaaztaha/Yolo-Interface-using-Streamlit
A web interface for real-time yolo inference using streamlit. It supports... |
|
Emerging |
| 57 |
amanharshx/YOLO-Ndjson-Zip
Convert NDJSON annotation exports to YOLO, COCO, Pascal VOC, and more -... |
|
Emerging |
| 58 |
HirataYurina/yoloV4-keras-techi
yoloV4 implemented by keras and tf backend. Enjoy it, my homie. |
|
Emerging |
| 59 |
openvino-dev-samples/YOLOv7_OpenVINO_cpp-python
This repository will demostrate how to deploy a offical YOLOv7 pre-trained... |
|
Emerging |
| 60 |
Leaf48/YOLO-Models-For-Valorant
Valorant Models in Yolov5 and Yolov7 |
|
Emerging |
| 61 |
xun-xh/yolov5-onnx-pyqt-exe
yolo模型使用cv2推理并使用qt5添加GUI后打包部署。pt模型转onnx模型;opencv.dnn完成推理;pyqt实现可视界面;打包为exe方便移植 |
|
Emerging |
| 62 |
35grain/label-studio-yolov8-backend
Custom YOLOv8 backend for Label Studio |
|
Emerging |
| 63 |
theosorus/FormulaTracker
Training a YOLO model on a custom Formula 1 dataset to detect cars based on... |
|
Emerging |
| 64 |
yitong-quan/yolov7-multi-frame
Lightweight multi-frame integration for YOLO (ECMR 2025 paper) |
|
Emerging |
| 65 |
bharatmahaur/ComparativeStudy
Code for paper: "Road object detection: a comparative study of deep... |
|
Emerging |
| 66 |
wkentaro/yolo-world-onnx
ONNX models of YOLO-World (an open-vocabulary object detection). |
|
Emerging |
| 67 |
SkalskiP/yolov5js-zoo
Repository of pre-trained YOLOv5 models in tensorflow.js format |
|
Emerging |
| 68 |
sunnysetia93/smart-shelf-replenishment
[POC] Smart Shelf which detects and notifies if a wrong product is placed on... |
|
Emerging |
| 69 |
miladlink/YoloV2
Pytorch YoloV2 implementation from scratch |
|
Emerging |
| 70 |
VarCode-ai/yolox-face-detection
How to train and use Yolox on custom dataset |
|
Emerging |
| 71 |
Balakishan77/Yolov8-Custom-Object-Detetction
This repo explains the custom object detection training using Yolov8. |
|
Emerging |
| 72 |
akashAD98/yolov7_custom_data_trainig
yolov7 train on custom data |
|
Emerging |
| 73 |
priyanshudutta04/AI-Self-Checkout
Automated AI self checkout system using CNN and Yolo. |
|
Emerging |
| 74 |
Avafly/YOLOX-TensorRT10
A TensorRT 10 C++ implementation of YOLOX with dynamic‑shape support. |
|
Experimental |
| 75 |
hassanrrraza/crowd-analysis-yolo
BRT Crowd Analysis System using YOLOv8 and Computer Vision |
|
Experimental |
| 76 |
Burhan-Q/ultralytics-snippets
Ultralytics VSCode snippets plugin to provide quick examples and templates... |
|
Experimental |
| 77 |
pooya-mohammadi/intro_to_yolo
In this repository, I aim at providing theoretical and practical notes for... |
|
Experimental |
| 78 |
PrinceArora-4/smart-trolley
A computer vision–powered smart self-checkout system that combines YOLOv11... |
|
Experimental |
| 79 |
Psicodelic/YOLO11-Edge
👁️ Deploy YOLO11 for efficient computer vision on edge devices, optimized... |
|
Experimental |
| 80 |
Spinkoo/Embedded-Yolov7
Compress, Deploy and Inference YOLOv7 on low-cost MCUs |
|
Experimental |
| 81 |
tobecwb/facial-features-yolo8x-seg
YOLOx8 model segmentation for face features |
|
Experimental |
| 82 |
miketobz/Object-Detection-with-Deep-Learning
I have implemented state-of-the-art deep learning techniques to detect and... |
|
Experimental |
| 83 |
F3T1W/YoloTrainer
Electron app for training custom YOLO models: download data from Reddit,... |
|
Experimental |
| 84 |
franciszekparma/YOLOv1-PyTorch
Comprehensive guide to YOLOv1 using PyTorch, built from Scratch |
|
Experimental |
| 85 |
Tinker-Twins/YOLO-ROS-1
Darknet YOLO with ROS 1 |
|
Experimental |
| 86 |
TruongNV-hut/AI_U_P_Cl_YOLO8_ObjectDetection_cgyettix
Training YOLO8 model with custom data |
|
Experimental |
| 87 |
Alijanloo/Retail-Shelf-Monitoring
A real-time Retail Shelf Monitoring System using computer vision and machine... |
|
Experimental |
| 88 |
lakshan-bandara/cctv-footage-object-detection
"A professional real-time object detection system for CCTV footage analysis... |
|
Experimental |
| 89 |
Ares-Infenus/yolov8-object-detection-pipeline
End-to-end YOLOv8 object detection pipeline with reproducible training,... |
|
Experimental |
| 90 |
danixssj/Dataset-Preparation-Labeling-Environment-Setup-YOLO-Training-Guide
🛠️ Prepare images, label data, set up your environment, and train YOLO... |
|
Experimental |
| 91 |
yoloprojekat/python-desktop
Ovaj projekat predstavlja naprednu Python desktop aplikaciju koja koristi... |
|
Experimental |
| 92 |
miladlink/YoloV3
Pytorch YoloV3 implementation from scratch |
|
Experimental |
| 93 |
HLongdeptrai/YOLO-Ndjson-Zip
🚀 Convert YOLO NDJSON annotations to common ML formats quickly and securely... |
|
Experimental |
| 94 |
mattiaskvist/yolo-v1
Clean, modular PyTorch implementation of YOLO v1 with ResNet50 backbone,... |
|
Experimental |
| 95 |
adepierre/TheMachine
TheMachine is a C++ implementation of YoloV5 using LibTorch (no jit) with a... |
|
Experimental |
| 96 |
Xtalism/object-detection-python
Object detection with AI using YOLO V8, Opencv and Python 3.8. |
|
Experimental |
| 97 |
NadavIs56/YOLOv8-Dog-Couch-RealTimeDetection
YOLOv8-Dog-Couch-RealTimeDetection is a specialized computer vision system... |
|
Experimental |
| 98 |
asfdfsaf21/yolo11-pytorch-onnx-converter
🚀 Convert YOLO11 PyTorch models to ONNX format and validate their... |
|
Experimental |
| 99 |
yihong1120/Vitis-AI-YOLOv3-TF2-Quantization-Evaluation
"Vitis-AI-YOLOv3-TF2-Quantization-Evaluation" Repo for quantization of... |
|
Experimental |
| 100 |
shershunov/DetectHub
🔮 Solution for YOLO object detection in c# |
|
Experimental |
| 101 |
zolppy/object-detection-with-yolo
This project demonstrates how to train a YOLOv8 object detection model to... |
|
Experimental |
| 102 |
mshamash/OnePetri-models
Repository containing trained YOLOv5 object detection models used within... |
|
Experimental |
| 103 |
aysilsimgekaracan/Smart-Shopping-Cart-Model
Custom Data Tranining using YOLOv5 with my own custom images for a Smart... |
|
Experimental |
| 104 |
joeychilson/detect
A simple Go web app for detecting objects in images using YOLOv11. |
|
Experimental |
| 105 |
native-ai/Yolov5
Pytorch implementation of Yolov5 |
|
Experimental |
| 106 |
bhushanpatil-ai-ml/real-time-object-detection
Real-Time Object Detection using YOLOv8 and OpenCV with webcam, image, and... |
|
Experimental |
| 107 |
Sahil05-08/computer-vision-progression
Computer vision system: CNN → Transfer Learning (94.54% accuracy) →... |
|
Experimental |
| 108 |
tahangz/Object_Detection
Beginner-friendly object detection projects using R-CNN and YOLOv3 with... |
|
Experimental |
| 109 |
0101011/yolo-object-recognition-opencv-keras
YOLO v3 object detection trained on COCO with CLI interface. OpenCV and... |
|
Experimental |
| 110 |
Airium001/airium-yolo-custom-train
YOLOv8 custom training dashboard + Hailo-10h compilation pipeline for Raspberry Pi |
|
Experimental |
| 111 |
ywtbuilder/ywtbuilder-teavision-yolo-detection
茶叶检测系统:FastAPI + YOLO 的实验对比与工程化落地 |
|
Experimental |
| 112 |
chxadr/yoloxcoral
Train, Quantize and Export a YOLO model for the Coral USB Accelerator. |
|
Experimental |
| 113 |
R-N/ml_yolo_dataset
Mobile Legends match result object detection dataset |
|
Experimental |
| 114 |
dannynaresh/Real-Time-Object-Detection
GPU Accelerated Real-Time Object Detection using YOLOv5 and PyTorch |
|
Experimental |
| 115 |
bohdan-zhemelko/System-for-recognizing-natural-objects-in-images
Deep learning–based object detection system for recognizing natural objects... |
|
Experimental |
| 116 |
erfanzar/ObjD
smart and strong object detection ai built from scatch with some new features 🚀🚀 |
|
Experimental |
| 117 |
HassanBinHaroon/YOLOER_V2
YOLOER stands for You Only Look Once and Estimate Range. The project is... |
|
Experimental |
| 118 |
ches-001/YOLO-inspired-audio-activity-detection
This repository is an implementation of an audio activity detection... |
|
Experimental |
| 119 |
MdJafirAshraf/Object_detection_yolo_vs_mobilenet
Object detection is detecting and recognizing the object. It is one of the... |
|
Experimental |
| 120 |
trieu1162000/MSc-Thesis
This repository is dedicated to deploying deep learning models for object... |
|
Experimental |
| 121 |
ranjith-dhananjaya/DARSHAN-Device-for-Avoidance-of-Remotely-Sensed-Hurdles-and-Navigation-using-Python
This repository contains the files of my undergrad Major project. |
|
Experimental |
| 122 |
sayan0506/Product-Matching-with-Shelf-images-using-Yolov4-following-product-recognition-using-Resnet50v2
Matching givewn product in the shelf |
|
Experimental |
| 123 |
kamipakistan/YOLOv5-Custom-Object-Detection
This repository includes all the necessary code and scripts to train your... |
|
Experimental |
| 124 |
Tanwar-12/UNO-CARDS-DETECTION-USING-YOLOV5
The purpose of this project is to create a Deep Learning model that detect... |
|
Experimental |
| 125 |
CreativeNick/MonkeyHealth
An object detector using YOLOv3 Darknet that can identify four different... |
|
Experimental |
| 126 |
KentaItakura/how-to-calculate-average-precision-for-object-detection
PR曲線を用いた平均適合率の計算の方法についての説明と、実装による理解の確認を行います。 |
|
Experimental |
| 127 |
Chakib08/TensorFlow-TensorRT-YOLOv3
The pupose of this project is to do the inference of models YOLOv3 and... |
|
Experimental |
| 128 |
joaomedeirosr/getting-start-with-yolo
Introduction to YOLO - Neural Networks for Object Detection (Windows and... |
|
Experimental |
| 129 |
a-b-h-a-y-s-h-i-n-d-e/yolov5_speed_bumps
Webapp for object detection ( speed-bumps ) |
|
Experimental |
| 130 |
Aratech-IA/Api_IA
API server to use Ultralytics yolov8 |
|
Experimental |
| 131 |
indrarahul/Cozyo_assignment
YOLOv3 in tensorflow-serving |
|
Experimental |
| 132 |
abdeLKabir-56/yolov5_object_detection
YOLO V5 OBJECT DETECTION APPLICATION |
|
Experimental |