Building a Golang Microservice for Machine Learning Inference with TensorFlow
In today’s article we’ll focus on how to create a simple REST API in Go that loads a TensorFlow model and serves a predictions.
As a base we’ll use the code from the previous article “Running TensorFlow Models in Golang” and work on that.
We’ll do a ...
blog.skopow.ski5 min read