dlib wheels
1.0.0
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)
Just open a terminal and type:
pip install dlib-binIn 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.