Contents

dlib 19.24.4

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: 12978, Watchers: 12978, Forks: 3313, Open Issues: 52

The davisking/dlib repo was created 10 years ago and the last code push was 5 hours ago.
The project is extremely popular with a mindblowing 12978 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 52 open issues on GitHub

  • Treat warnings as errors in non-MSVC builds
  • Add support for grouped convolutions
  • dlib 19.22 without cmake and with CUDA
  • How to save face chips without rotation?
  • Building tests with clang causes LLVM to crash
  • About save_face_chips with rotation
  • Dlib failed to build due to many errors: error C2065 and C2338
  • GitHub actions
  • dlib::video_capture

See more issues on GitHub

Related Packages & Articles

datasets 2.18.0

HuggingFace community-driven open-source library of datasets

thinc 8.2.3

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.14.0

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 1.15.0

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

albumentations 1.4.3

An efficient library for image augmentation, providing extensive transformations to support machine learning and computer vision tasks.