Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 404 Bytes

AWS Rekognition API demo

Demo of the Rekognition service from AWS. Uses the version 2 API - most examples I found online - including the AWS docs - use version 1 which was quite different.

To run the sample, you will need to get some AWS credentials. Create a file at ~/.aws/credentials:

[default]
aws_access_key_id = <your access key>
aws_secret_access_key = <your secret access key>