Using Rekognition to process a batch of images on an S3 bucket

1

Hey all. I'm looking for guidance on using the AWS CLI to scan a batch of images on an S3 bucket with Rekognition. I've been able to successfully 'detect-labels' on a single image stored on my bucket. The goal is to identify images in adult content and move them into a separate folder to moderate manually. I've not seen anywhere in the docs how to scan a folder, only a single image, and it can't possibly be that I should need to use yet another AWS service to do the same exact operation on a folder instead of a single file? Thanks for reading.

1 Answer
1

Hello

Just curious if you have looked into Lambda to do the processing of those images when they are uploaded? Links to tutorials & blog:

https://docs.aws.amazon.com/rekognition/latest/dg/tutorials.html https://aws.amazon.com/blogs/compute/creating-a-serverless-face-blurring-service-for-photos-in-amazon-s3/

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions