Contents

dlib 20.0.0

0

A toolkit for making real world machine learning and data analysis applications

A toolkit for making real world machine learning and data analysis applications

Stars: 14343, Watchers: 14343, Forks: 3457, Open Issues: 44

The davisking/dlib repo was created 12 years ago and the last code push was 2 days ago.
The project is extremely popular with a mindblowing 14343 github stars!

How to Install dlib

You can install dlib using pip

pip install dlib

or add it to a project with poetry

poetry add dlib

Package Details

Author
Davis King
License
Boost Software License
Homepage
https://github.com/davisking/dlib
PyPi:
https://pypi.org/project/dlib/
GitHub Repo:
https://github.com/davisking/dlib

Classifiers

  • Scientific/Engineering
  • Scientific/Engineering/Artificial Intelligence
  • Scientific/Engineering/Image Recognition
  • Software Development
No  dlib  pypi packages just yet.

Errors

A list of common dlib errors.

Code Examples

Here are some dlib code examples and snippets.

GitHub Issues

The dlib package has 44 open issues on GitHub

  • CUDA kernel sync fixes, test_layer enhancement
  • Fix unnecessary/restrictive public target flags
  • [Bug]: dlib binaries/targets built via MSVC cause error when consumed via clang[++]: no such file or directory: '/bigobj'
  • Migrate dlib/cmake_utils/find_blas.cmake to FindBLAS
  • Support for runtime CPU/CUDA selection
  • [Bug]: what cuda version dlib supports so far

See more issues on GitHub

Related Packages & Articles

datasets 4.5.0

HuggingFace community-driven open-source library of datasets

thinc 9.1.1

A refreshing functional take on deep learning, compatible with your favorite libraries

nlp 0.4.0

HuggingFace/NLP is an open library of NLP datasets.

deepspeed 0.18.6

DeepSpeed is a Python package developed by Microsoft that provides a deep learning optimization library designed to scale across multiple GPUs and servers. It is capable of training models with billions or even trillions of parameters, achieving excellent system throughput and efficiently scaling to thousands of GPUs.

DeepSpeed is particularly useful for training and inference of large language models, and it falls under the category of Machine Learning Frameworks and Libraries. It is designed to work with PyTorch and offers system innovations such as Zero Redundancy Optimizer (ZeRO), 3D parallelism, and model-parallelism to enable efficient training of large models.

clearml 2.1.3

ClearML - Auto-Magical Experiment Manager, Version Control, and MLOps for AI

albumentations 2.0.8

Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Albumentations offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks, keypoints) data, with optimized performance and seamless integration into ML workflows.