Last active
May 20, 2017 13:45
-
-
Save finnbear/ed7eafc154936c614d4109d6b448a39e to your computer and use it in GitHub Desktop.
Install AWS
This file contains 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
yes | sudo apt-get update | |
yes | sudo apt-get install python | |
yes | sudo apt-get install python-pip | |
sudo -H pip install --upgrade pip | |
sudo -H pip install theano | |
sudo -H pip install keras | |
sudo -H pip install h5py | |
sudo -H pip install pillow | |
mkdir git | |
cd git | |
git clone https://github.com/finnbear/ml-library.git | |
cd ml-library/image-cnn-classifier | |
wget labs.finnbear.com/secrets/data.tar.gz | |
tar -xvf data.tar.gz | |
rm data.tar.gz | |
echo "You must manually set Keras to the desired backend." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment