Simple Face Comparison on

Опубликовано: 22 Апрель 2026
на канале: LBSocial
179
2

Introduce how to compare faces on AWS with Rekognition. A simple Python script is on a SageMaker instance is provided to load images from an S3 bucket, and use the Rekognition to compare the similarities of the faces on those images.

Source code: https://github.com/xbwei/data-analysi...
More about AWS:    • Data Analytics on Amazon Web Service  

Table of Contents:

00:00 - Introduction
00:09 - Create an IAM Role
01:01 - Apply the Role to SageMake
01:17 - Create a Notebook
01:47 - Upload the Face Images
02:06 - Update the Image Locations
02:55 - Understand the Results