Skip to content

Instantly share code, notes, and snippets.

@finnbear
Last active May 20, 2017 13:45
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