Skip to content

Instantly share code, notes, and snippets.

@blitline-dev
Created December 6, 2016 00:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blitline-dev/e91abd18aaa0731a66ff97c24d6eee0e to your computer and use it in GitHub Desktop.
Save blitline-dev/e91abd18aaa0731a66ff97c24d6eee0e to your computer and use it in GitHub Desktop.
Use AWS Rekognition with Blitline
{
"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