Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 1.24 KB

README.md

File metadata and controls

25 lines (14 loc) · 1.24 KB

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.