hank-ai/darknet
Darknet/YOLO object detection framework
This is a neural network framework that helps you identify specific objects within images and video feeds. It takes in visual media (images or video) and outputs bounding boxes around detected objects, along with their labels (e.g., 'person', 'chair'). This is ideal for researchers, security analysts, or anyone needing to automatically detect and classify items in visual data.
776 stars.
Use this if you need fast, accurate, and real-time identification of objects in images or live video streams.
Not ideal if your primary goal is general image classification or semantic segmentation rather than specific object detection.
Stars
776
Forks
103
Language
C++
License
Apache-2.0
Category
Last pushed
Feb 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/computer-vision/hank-ai/darknet"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
ultralytics/ultralytics
Ultralytics YOLO 🚀
Megvii-BaseDetection/YOLOX
YOLOX is a high-performance anchor-free YOLO, exceeding yolov3~v5 with MegEngine, ONNX,...
kujason/avod
Code for 3D object detection for autonomous driving
aparsoft/yolo-streamlit-detection-tracking
Object detection and tracking algorithm implemented for Real-Time video streams and static images.
RizwanMunawar/yolov8-object-tracking
YOLOv8 Object Tracking Using PyTorch, OpenCV and Ultralytics