tkdo / tensorflow-serving-client-java

A prebuilt tensorflow serving client from the tensorflow serving proto files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tensorflow-serving-client-java

A prebuilt tensorflow serving client from the tensorflow serving proto files

Check tensorflow serving project for details:

https://tensorflow.github.io/serving/

Build jar file

mvn clean package

install built java file to local repo used by other project

mvn install:install-file -Dfile=./target/tensorflow-client-1.4-5.jar -DgroupId=com.yesup.oss -DartifactId=tensorflow-client -Dversion=1.4-5 -Dpackaging=jar -DgeneratePom=true

About

A prebuilt tensorflow serving client from the tensorflow serving proto files

License:Apache License 2.0