SYSTEM Cited by 1 source
Amazon Rekognition¶
Amazon Rekognition is AWS's managed computer-vision API โ face detection / comparison, object + scene detection, text in images, content moderation, celebrity recognition. No custom model training required; pre-trained models behind a simple API.
Stub โ expand as dedicated sources arrive.
Seen in¶
- sources/2026-04-01-aws-automate-safety-monitoring-with-computer-vision-and-generative-ai โ face-detection step in an anonymisation pipeline. Raw images land in an access-restricted S3 bucket; Rekognition detects faces of individuals present; custom Python code applies an overlay to blur detected faces before the anonymised copies replicate to training / inference / app / analytics accounts. Canonical instance of using a managed ML API for PII scrubbing at scale as part of patterns/multi-account-isolation.