Skip to content

Instantly share code, notes, and snippets.

@sergeylukin
Created July 12, 2017 01:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sergeylukin/0841a04182eea3a1a8a9b8bcaa1c0a1b to your computer and use it in GitHub Desktop.
Save sergeylukin/0841a04182eea3a1a8a9b8bcaa1c0a1b to your computer and use it in GitHub Desktop.
face recognition ubuntu install
sudo apt-get update
sudo apt-get install build-essential
//sudo apt-get install python3-setuptools
//sudo easy_install3 pip
sudo apt-get install libboost-all-dev
sudo apt-get install python3-dev python3-pip python3-tk python3-lxml python3-six
sudo pip3 install face_recognition
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment