Skip to content

This library holds a collection of Notebooks and code examples for AWS AI Bootcamps.

License

Notifications You must be signed in to change notification settings

aws-samples/aws-ai-bootcamp-labs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

AWS-AI-Bootcamp-Labs

This library has a collection of Notebooks and code examples for AWS AI Bootcamps.

Content

MNIST MXNet Demo Notebook

Amazon Lex Demo Notebook

Amazon Polly Demo Notebook

Amazon Rekognition Demo Notebook

Amazon Comprehend Demo Notebook

Amazon Machine Learning Demo Notebook

Serverless Predictions at Scale

Launch EC2 instance using the deep learning AMI and open fashion MNIST MXNet demo

  1. Create EC2 IAM role for the workshop as described here. We will apply permission policies as documented in each notebook
  2. Launch EC2 Instance using the Ubuntu deep learning AMI in eu-west-1, Ireland (p2.xlarge - $0.972/hour) http://amzn.to/2j3FdOZ
  3. Connect via SSH and tunnel port 8888:
    • Linux, Mac:
      • ssh -i user.pem -L 8888:localhost:8888 ubuntu@ec2-ip-ip-ip-ip.region.compute.amazonaws.com
    • Windows:
      • Follow the instructions here to download PuTTY and to convert your private key
      • Host Name: ubuntu@ec2-ip-ip-ip-ip.region.compute.amazonaws.com
      • Expand Connection and choose Auth, select your .ppk file
      • Expand Connection > SSH, choose Tunnels, specify Source Port: 8888, Destination: localhost:8888
      • Choose Add and Open
  4. Clone aws-ai-bootcamp-labs github repository git clone https://github.com/awslabs/aws-ai-bootcamp-labs
  5. Start jupyter notebook: nohup jupyter notebook &
  6. tail nohup.out to get the login token
    • look for http://localhost:8888/?token=<your_login_token>
  7. Open demo notebook (FashionMNIST_MXNet_Demo.ipynb)
    • Select Kernel > Change kernel > Python 2
  8. Follow steps in notebook

About

This library holds a collection of Notebooks and code examples for AWS AI Bootcamps.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published