Created
August 5, 2018 08:19
-
-
Save mohankumargupta/6e8e7f882eba3977f8cbf71fa6d741f1 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
set -x | |
sudo apt-get update | |
sudo apt-get install -y libatlas-base-dev | |
sudo pip3 install tensorflow | |
sudo apt-get install libjpeg-dev libtiff5-dev libjasper-dev libpng12-dev | |
sudo apt-get install libavcodec-dev libavformat-dev libswscale-dev libv4l-dev | |
sudo apt-get install libxvidcore-dev libx264-dev | |
sudo apt-get install qt4-dev-tools | |
sudo pip3 install opencv-python |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment