Automated TensorFlow model serving

@Sayak_Paul and I have worked on a project “automated TensorFlow model serving on Kubernetes with TensorFlow Serving and GitHub Action”, and the blog post is out on TensorFlow Blog today!

Here is the link
: Automated Deployment of TensorFlow Models with TensorFlow Serving and GitHub Actions — The TensorFlow Blog

It assumes that the model is released as GitHub Releases in a designated GitHug repository, then GitHub Action detects the new release, then a new custom TensorFlow Serving docker image is going to be built, then it gets deployed on GKE(Google’s managed Kubernetes Engine).

Furthermore, you can learn how to manage and run multiple experiments with different sets of parameters for the TensorFlow Serving on kubernetes environment.

We hope you guys like it!
Thanks for reading :slight_smile:

3 Likes

Very nice post!!! congrats to both of you!!!

Extra points for the hero image👍🏽

1 Like