MamMates/ml-food-classification

[FEAT] Serving Model with TFServing

Closed this issue · 0 comments

Background

As a user, I want to predict the categories of the foods that I have. For that, I need a system where I can send my image to the model, and then the model will return the prediction.

Solution

Create a serving system for the model using TensorFlow Serving.

Additional information

Please provided the serving using REST API.