dlib
A toolkit for making real world machine learning and data analysis applications in C++ observed · 2026-09-06
Health v2 · maintenance only
86/100
- Activity 96
- Release rhythm 64
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-07. Adoption (stars, forks) is never an input.
- gap_med: 42.0
- age_days: 4604
- days_rel: 161
- days_push: 26
- n_releases_24m: 5
Adoption not part of the score
14436 stars · 3441 forks observed · 2026-09-06
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Dlib is a modern C++ toolkit containing machine learning algorithms, deep learning tools, computer vision, linear algebra, and general-purpose utilities for building real-world applications. It also ships a Python API installable via pip and provides pretrained models for tasks like face detection and landmark estimation.
Use cases
- detect faces and facial landmarks in images
- train object detection models in C++
- run deep learning inference without a heavy framework
- perform SVM classification and regression
- do linear algebra and matrix computations in C++
- build image processing pipelines
- use machine learning from Python via pip install dlib
When to choose
- you need high-performance ML/computer vision in C++ with minimal dependencies
- you want face detection or landmark models that run on CPU
- you need a broad set of algorithms (SVM, clustering, optimization, geometry) in one library
- you want a permissive Boost license for commercial use
When to avoid
- you need GPU-accelerated transformer or LLM workloads better served by PyTorch
- you want a Python-first ecosystem with extensive community tooling
- you need prebuilt wheels for every platform or quick prototyping over performance
Facets
library · maturity stable
machine-learning deep-learning computer-vision image-processing nlp data-science graphics gui http-server math machine-learning computer-vision deep-learning data-science image-processing developer-tools cpp python cross-platform windows face-detection face-landmarks svm object-detection linear-algebra cmake boost-license pretrained-models algorithms linux macos
4 sources
- readme: https://github.com/davisking/dlib · fetched 2026-09-06 · 94b0e54cb251
- homepage: http://dlib.net · fetched 2026-08-29 · 0c54511dd6a1
- site_page: https://dlib.net/rank_features_ex.cpp.html · fetched 2026-08-29 · 06c4c21353a6
- site_page: https://dlib.net/faq.html · fetched 2026-08-29 · ef0f727787f0
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| davisking/dlib | main | 86 |
| davisking/dlib-models | docs | 33 |
For agents
Data as of 2026-09-07T08:21:23.190159+00:00 · Report a problem