-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Computer Vision on AWS
By :

In the following chapters, you will need access to an AWS account to run the code examples. If you already have an AWS account, feel free to skip this section and move on to the next chapter.
Note
Please use the AWS Free Tier, which allows you to try services free of charge based on certain service usage limits or time limits. See https://aws.amazon.com/free for more details.
Follow the instructions at https://docs.aws.amazon.com/accounts/latest/reference/manage-acct-creating.html to sign up for an AWS account, then proceed as follows:
IAM
in the services search bar at the top of the console and select IAM to navigate to the IAM console. Select Users from the left panel in the IAM console and select on Add User.Figure 1.10 – Setting your IAM username and access type
Figure 1.11 – Adding Administrator access for IAM user
We will be using Jupyter Notebooks to run our code in the following chapters. Please execute the following steps to create a notebook instance in Amazon SageMaker:
SageMaker
in the services search bar at the top of the page, and select on it to access the Amazon SageMaker console.Figure 1.12 – Amazon SageMaker: Notebook instance settings
Now, you are ready to deploy the code examples that will show you how to use AWS AI/ML services to deploy CV solutions. Throughout the rest of the book, you will use a SageMaker notebook instance for these steps.