Skip to content

Instantly share code, notes, and snippets.

View Tandon-A's full-sized avatar

Abhishek Tandon Tandon-A

View GitHub Profile
@flavindias
flavindias / install-dlib-ubuntu-with-cuda
Created April 28, 2019 17:56
Guide to install dlib on ubuntu 18.08 with CUDA support
# In this post, we will provide step by step instructions on how to install Dlib on Ubuntu.
# Step 1: Install OS libraries
sudo apt-get install build-essential cmake pkg-config
sudo apt-get install libx11-dev libatlas-base-dev
sudo apt-get install libgtk-3-dev libboost-python-dev
Step 2: Install Python libraries
@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: