Created
December 6, 2016 00:22
-
-
Save blitline-dev/e91abd18aaa0731a66ff97c24d6eee0e to your computer and use it in GitHub Desktop.
Use AWS Rekognition with Blitline
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"application_id":"YOUR_APP_ID", | |
"src":"https://s3.amazonaws.com/img.blitline/skysmall.jpg", | |
"v" : 1.22, | |
"detect_labels" : true, | |
"functions":[ | |
{ | |
"name":"resize_to_fit", | |
"params":{ | |
"width": 400 | |
}, | |
"save":{ | |
"save_profiles" : true, | |
"image_identifier":"MY_CLIENT_ID" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment