Skip to content

Instantly share code, notes, and snippets.

@wronk
Created February 13, 2019 19:40
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 wronk/5878241562f58a160bbeb55cf8619d53 to your computer and use it in GitHub Desktop.
Save wronk/5878241562f58a160bbeb55cf8619d53 to your computer and use it in GitHub Desktop.
TF Serving blog post: json payload example format
{
"instances": [
{
"image_bytes": {"b64": "iVBO...Oxs6"}
},
{
"image_bytes": {"b64": "0KGg...Pyg8"}
},
{
"image_bytes": {"b64": "AABr...EKA0"}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment