Skip to content

Instantly share code, notes, and snippets.

View fzngagan's full-sized avatar
🏠
Working from home

Faizaan Gagan fzngagan

🏠
Working from home
View GitHub Profile
@fzngagan
fzngagan / keybase.md
Last active March 16, 2022 07:56
keybase

Keybase proof

I hereby claim:

  • I am fzngagan on github.
  • I am fzngagan (https://keybase.io/fzngagan) on keybase.
  • I have a public key ASCYjBkJdPOeVTnOpon1zFC3L0qAxJbuBnD0TfS3RvsqIAo

To claim this, I am signing this object:

TensorFlow Serving in 10 minutes!

TensorFlow SERVING is Googles' recommended way to deploy TensorFlow models. Without proper computer engineering background, it can be quite intimidating, even for people who feel comfortable with TensorFlow itself. Few things that I've found particularly hard were:

  • Tutorial examples have C++ code (which I don't know)
  • Tutorials have Kubernetes, gRPG, Bezel (some of which I saw for the first time)
  • It needs to be compiled. That process takes forever!

After all, it worked just fine. Here I present an easiest possible way to deploy your models with TensorFlow Serving. You will have your self-built model running inside TF-Serving by the end of this tutorial. It will be scalable, and you will be able to query it via REST.