pjreddie/darknet
Convolutional Neural Networks observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4527
- days_rel: n/a
- days_push: 852
- n_releases_24m: 0
Adoption not part of the score
26492 stars · 21016 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Darknet is an open-source neural network framework written in C and CUDA, best known as the original home of the YOLO real-time object detection system. It supports CPU and GPU computation and includes tools for image classification, object detection, and training custom networks.
Use cases
- run real-time object detection with yolo
- train a custom object detector on my own dataset
- classify images with resnet on cpu or gpu
- lightweight c neural network framework without python dependencies
- detect objects in images and video from the command line
- train an image classifier from scratch
When to choose
- you want a fast, dependency-light C/CUDA framework for YOLO-style object detection
- you need real-time inference on CPU or NVIDIA GPU without a Python stack
- you want to reproduce or build on classic YOLOv1-v4 research
When to avoid
- you need modern tooling, Python APIs, or active development - consider PyTorch-based YOLO implementations
- you need non-vision tasks like transformers or large-scale training
- you require a permissive license - the licensing here is non-standard
Facets
framework · maturity maintenance
deep-learning machine-learning computer-vision image-processing gpu-computing deep-learning computer-vision machine-learning gpu-computing cpp yolo object-detection cuda neural-networks c real-time-inference linux macos gpu
3 sources
- readme: https://github.com/pjreddie/darknet · fetched 2026-08-28 · 6ad278153db3
- homepage: http://pjreddie.com/darknet/ · fetched 2026-08-29 · 4835fa4782ca
- site_page: https://pjreddie.com/darknet/install · fetched 2026-08-29 · cba6380db3d5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| pjreddie/darknet | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="pjreddie/darknet")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem