Skip to content

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

License

Notifications You must be signed in to change notification settings

AlexanderJLiu/tensorflow-serving-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.