MamMates/ml-food-classification

[FEAT] Services to Interact with Serving

Closed this issue · 0 comments

Background

To minimize complexity for the client, we need to create a service that can preprocess images from the client to ensure compatibility with TFServing.

Solution

Create a services using FastAPI that can interact with Serving and return the result to the client.

Additional information

Please use the /predict endpoint for the client to send their images as multipart/form-data.