Beginners guide to tensorflow serving

1 · Abin Simon · May 11, 2019, midnight
tf-serving if you don't know is a tool that Google has built to serve model built using tensorflow. Even keras models with a tensorflow backend should do just fine. Even thought there are a lot of guides on how to use tf-serving, I could not find anything coherent and simple. So I decided to write one, mostly so that next time I have to do this I would have something to refer to. Why tf-serving # You could just put your model behind a simple flask API and that will work pretty fine for small use...