项目作者: alesanfra

项目描述 :
Build automation for the dlib project
高级语言: Shell
项目地址: git://github.com/alesanfra/dlib-wheels.git
创建时间: 2020-09-16T21:23:52Z
项目社区:https://github.com/alesanfra/dlib-wheels

开源协议:

下载


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:

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