Build an Image Recognition API with Go and TensorFlow
This tutorial shows how to build an image recognition service in Go using pre-trained TensorFlow Inception-V3 model. The service will run inside a Docker container, use TensorFlow Go package to process images and return labels that best describe them. Full source code is available on GitHub. Inside project's root directory create docker-compose.yaml It uses official TensorFlow Docker image as its base image.
Oct-22-2017, 04:50:09 GMT
- Technology: