项目作者: AlexanderJLiu

项目描述 :
TensorFlow Serving API of all programming language supported by protobuf and grpc.
高级语言: Java
项目地址: git://github.com/AlexanderJLiu/tensorflow-serving-api.git
创建时间: 2020-06-24T11:22:34Z
项目社区:https://github.com/AlexanderJLiu/tensorflow-serving-api

开源协议:BSD 2-Clause "Simplified" License

下载




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.