Skip to content

Instantly share code, notes, and snippets.

View huangchaoxing's full-sized avatar

Chaoxing Huang huangchaoxing

View GitHub Profile
@smitshilu
smitshilu / How to install dlib.md
Last active April 17, 2024 14:49
How to install dlib v19.9 or newer (w/ python bindings) from github on macOS and Ubuntu

How to install dlib v19.9 or newer (w/ python bindings) from github on macOS and Ubuntu

Pre-reqs:

  • Have Python 3 installed. On macOS, this could be installed from homebrew or even via standard Python 3.6 downloaded installer from https://www.python.org/download. On Linux, just use your package manager.
  • On macOS:
    • Install XCode from the Mac App Store (or install the XCode command line utils).
    • Have homebrew installed
  • On Linux: