Skip to content

Instantly share code, notes, and snippets.

@nmolivo
Last active December 4, 2017 03:43
Show Gist options
  • Save nmolivo/93b15d6b117d2c3e661faf872fdccee2 to your computer and use it in GitHub Desktop.
Save nmolivo/93b15d6b117d2c3e661faf872fdccee2 to your computer and use it in GitHub Desktop.
AWS Rekognition: Recognize Celebrities
fileName= 'img_00012'
bucket='bucket_name'
celeb_detect = client.recognize_celebrities(Image={'S3Object':{'Bucket':bucket,'Name':fileName}})
celeb_detect["CelebrityFaces"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment