Skip to content

Instantly share code, notes, and snippets.

@mohankumargupta
Created August 5, 2018 08:19
Show Gist options
  • Save mohankumargupta/6e8e7f882eba3977f8cbf71fa6d741f1 to your computer and use it in GitHub Desktop.
Save mohankumargupta/6e8e7f882eba3977f8cbf71fa6d741f1 to your computer and use it in GitHub Desktop.
#!/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