A prebuilt tensorflow serving client from the tensorflow serving proto files.
Currently supported build: C++, Python, Java, Node, Mono, Rust, Go.
Check tensorflow serving project for details: https://tensorflow.github.io/serving/
Set desired version in the VERSION
file and invoke ./update.sh
.
Grpc tools are needed for building variant packages.
- Install
protobuf-compiler-grpc
andlibprotobuf-dev
on Ubuntu - Install
grpc
andprotobuf
on macOS
See Dockerfile
for details.
Invoke ./gradle.sh
instead of gradle
to build artifacts using the docker.
- Java, Node, Mono, Rust, Go are excluded from
./gradle.sh buildAll