← all repositories
pjreddie/darknet

The C framework that points you to newer YOLOs

A C and CUDA neural network framework that is fast, easy to install, and now benchmarks YOLO variants whose source code lives elsewhere.

darknet
Not currently ranked — collecting fresh signals.
star history

What it does Darknet is an open source neural network framework written in C and CUDA. It supports both CPU and GPU computation and claims to be fast and easy to install. The README dedicates most of its space to benchmarking YOLOv7, YOLOv4, and Scaled-YOLOv4, yet the source-code links for those models point to external PyTorch repositories and the AlexeyAB fork rather than this tree.

The interesting bit In an ecosystem dominated by Python and PyTorch, Darknet remains a bare-metal C framework with optional CUDA kernels. That design keeps the runtime dependency-free and compact, a rarity among deep-learning stacks that typically drag in heavy Python environments.

Key highlights

  • Ships as plain C with CUDA acceleration; no Python interpreter required
  • Supports both CPU and GPU computation
  • README acts as an index for the YOLO family, linking papers and external source repos
  • Claims to be “fast, easy to install” relative to heavier ML frameworks

Caveats

  • The README prominently features YOLOv7, yet the actual implementation links lead to PyTorch repos and the AlexeyAB fork, leaving it unclear which model versions (if any) live inside this repository itself
  • The repository feels more like a legacy framework and portal than an active monorepo for latest YOLO research

Verdict Worth a look if you want a minimal, dependency-free neural network runtime in C. Skip it if you expect the latest YOLOv7 source to live here; the README sends you to other repositories.

Frequently asked

What is pjreddie/darknet?
A C and CUDA neural network framework that is fast, easy to install, and now benchmarks YOLO variants whose source code lives elsewhere.
Is darknet open source?
Yes — pjreddie/darknet is an open-source project tracked on heatdrop.
What language is darknet written in?
pjreddie/darknet is primarily written in C.
How popular is darknet?
pjreddie/darknet has 26.5k stars on GitHub.
Where can I find darknet?
pjreddie/darknet is on GitHub at https://github.com/pjreddie/darknet.

heatdrop uses Google Analytics to see which pages get read — nothing else. Your call. How we handle data.