How to deploy TensorFlow model as a REST service

Issue

I’m working on a classification model based on the example, everything is working great, now I want to deploy this model as a REST service so that my applications can easily consume it.

Solution

You can start from the official instruction, Deployed the trained model. Also here is a nice instruction step by step, check this out. Deploy Tensorflow Model To Production – Part 3 (Creating REST API). And blog post on this. Creating REST API for TensorFlow models

Answered By – M.Innat

This Answer collected from stackoverflow, is licensed under cc by-sa 2.5 , cc by-sa 3.0 and cc by-sa 4.0

Leave a Reply

(*) Required, Your email will not be published