Image Labeling with AWS Rekognition

less than 1 minute read

AWS Rekognition for Image Labeling

The remainder of this posts provides the necessary code & instructions to automate image labeling. The environment's requirements include: an AWS account, training images located in S3 and Boto3 - AWS's python SDK. Step 1 - Instantiate S3 and Rekognition Boto3 Clients: Install Boto3 and separate images by label in an S3 bucket directory.