Skip to content

Instantly share code, notes, and snippets.

@ArashHosseini
Last active September 10, 2019 20:48
Show Gist options
  • Save ArashHosseini/ae7572412400e3271f810a6cb3632bf5 to your computer and use it in GitHub Desktop.
Save ArashHosseini/ae7572412400e3271f810a6cb3632bf5 to your computer and use it in GitHub Desktop.
sudo apt-get install build-essential cmake
sudo apt-get install libgtk-3-dev
sudo apt-get install libboost-all-dev
pip3 install numpy
pip3 install scipy
pip3 install scikit-image
#install face rec. libs
pip3 install dlib
pip3 install face_recognition
pip3 install imutils
#install opencv 3.2
sudo apt-get install python3-opencv
#install TF
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install libatlas-base-dev
sudo apt-get install python3-pip
git clone https://github.com/PINTO0309/Tensorflow-bin.git
cd Tensorflow-bin
mv tensorflow-1.14.0-cp35-cp35m-linux_armv7l.whl tensorflow-1.14.0-cp37-cp37m-linux_armv7l.whl
pip3 install --upgrade setuptools
pip3 install tensorflow-1.14.0-cp37-cp37m-linux_armv7l.whl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment