Categorygithub.com/pselden/tensorflow-serving-client/v2

# README

tensorflow-serving-client

Build Status

A prebuilt tensorflow serving client from the tensorflow serving proto files.

Currently supported build: C++, Java, Python, Node, Go, Mono, Rust

Check tensorflow serving project for details: https://tensorflow.github.io/serving/

update protos

Release Status Release Status Release Status

Set desired version in the VERSION file and invoke ./update.sh.

build libraries

Grpc tools are needed for building variant packages.

  • Install protobuf-compiler-grpc and libprotobuf-dev on Ubuntu
  • Install grpc and protobuf on macOS

See .travis.yml for details.

NOTE: [email protected] and [email protected] are required

TargetCommandOutputsArtifacts
nativegradle cmakebuild/cmakePublish Status
javagradle buildbuild/libsPublish Status
pythongradle wheelbuild/distPublish Status
nodegradle nodebuild/nodePublish Status
gogradle golangbuild/goPublish Status
monogradle monobuild/monoPublish Status
rustgradle rustbuild/cargoPublish Status

# Packages

No description provided by the author