Skip to content
Snippets Groups Projects
Commit 7c7c7199 authored by fabian's avatar fabian
Browse files

einheitliche API

parent c10ff43f
Branches master
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ def predict_name():
image_base64 = image_to_base64(processed_image)
result = {
'recognized': recognized,
'prediction': recognized,
'image': image_base64
}
return jsonify(result)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment