Back to Browse

Compare Faces with #AWS #Rekognition

2.3K views
Nov 11, 2020
18:16

Objectives: • Get familiar with AWS SageMaker • To learn how to simple facial recognition with AWS Rekognition Data: • Download the images from https://github.com/xbwei/data-analysis-aws • Or use images you prefer Steps: 1. In the AWS Console, open AWS IAM. Create a new role that has access to AWS SageMaker, Rekognition, and S3. 2. Open AWS SageMaker, create a Notebook Instance: 2.1. Choose the created IAM role in Step 1. 2.2. Clone the GitHub repository https://github.com/xbwei/data-analysis-aws to the instance. 3. Open AWS S3, create a new bucket, and upload the two images to the new bucket. 4. In AWS SageMaker, open the Jupyter, and open the Simple_Facial_Compare.ipynb to start. 4.1. Run the first cell. 4.2. In the second cell, change the bucket name to your bucket name in Step3. 4.3. Change the source image and target image name to the images you uploaded to S3. 4.4. Run the second cell, and it will return the comparing result. 5. Stop the SageMaker Instance. More about Machine learning: https://www.youtube.com/playlist?list=PLHutrxqbP1Bx-zZxtex-EgwMFsjjjwYGO More about AWS: https://www.youtube.com/playlist?list=PLHutrxqbP1ByHc4Vyck20Jg3TSRGFEtVg

Download

0 formats

No download links available.

Compare Faces with #AWS #Rekognition | NatokHD