Image Classification on the CIFAR 10 dataset
-
Add AWS access and secret key to
~/.aws/credentials
[default] aws_access_key_id = "access" aws_secret_access_key = "secret"
-
Install terraform
On Mac, you can use brew
brew install terraform
-
Clone this repository:
git clone https://github.com/MarilynFranklin/image-classification-CIFAR-10.git cd image-classification-CIFAR-10
-
Launch GPU instance:
terraform apply terraform/
-
Get the
public_ip
from terraform's output and visit the url in your browser:x.x.x.x:8888
-
When you're finished, you'll want to terminate the gpu instance so AWS does not continue to charge your account
terraform destroy terraform/