Skip to content

Instantly share code, notes, and snippets.

@finnbear
Last active May 20, 2017 13:45
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 finnbear/ed7eafc154936c614d4109d6b448a39e to your computer and use it in GitHub Desktop.
Save finnbear/ed7eafc154936c614d4109d6b448a39e to your computer and use it in GitHub Desktop.
Install AWS
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