Skip to content

alesanfra/dlib-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Dlib binary distribution

Build PyPI version

This project creates a pre-compiled distrubution of dlib ready to be used in your python projects.

With dlib-bin you're just one pip install away from your next machine learning project!

Currently building x86_64 wheels for windows, macOS and linux (manylinux2014)

How to install this distribution?

Just open a terminal and type:

pip install dlib-bin

How to contribute?

In order to trigger a new deploy, update the following variables in .github/workflows/build.yaml file:

  • BUILD_COMMIT with the new tag/commit pushed on the dlib repository;

  • DLIB_BIN_VERSION with the desired dlib-bin version on PyPI.