This message was deleted.
# ask-for-help
s
This message was deleted.
c
Hey @Madis I’m curious what’s the reason you want to send base64 encoded image? It’s a bit uncommon, but possible to do with BentoML: you need to change the API handler from ImageHandler to JsonHandler, and write code in the python ‘predict’ function to do base64 decoding from the input json
m
Hey @Chaoyu! Thanks for pointing me to JsonHandler! I'm doing this as my client requests this - it's easier for them to send the input in json than as an image.