Save Keras Model for Tensorflow Serving

Vann Ponlork
LASTMILE WORKS / DYNAMO TECH - R&D Project
1 min readSep 14, 2019

Convert Keras model to tensorflow serving

To predict image you can predict in two ways:

  1. predict by local
  2. predict by web service.

For web service I recommend using tensorflow serving,actually, you can use other way.

So, in this case you need to have model to support tensorflow serving others from keras model.

--

--