tensorflow-serving-api icon indicating copy to clipboard operation
tensorflow-serving-api copied to clipboard

TensorFlow Serving API of all programming language supported by protobuf and grpc.

TensorFlow Serving API

The goal of this project is to generate tensorflow serving api for various programming language supported by protocol buffer and grpc, like go, java, c++, c# and python etc.

This project not only teaches you how to generate tensorflow serving api step by step but also tell you how to use the grpc api for making a serving request.

Languages Supported

Golang

For golang realted serving api, please read the instruction in golang directory.

Python

For python related serving api, please read the instruction in python directory.

Java

For java related serving api, please read the instruction in java directory.

More language specific serving apis will be coming soon. At the same time, welcome to contribute together.