tensorflow-client

Prebuilt tensorflow serving client

License

License

Categories

Categories

TensorFlow Business Logic Libraries Machine Learning CLI User Interface
GroupId

GroupId

com.yesup.oss
ArtifactId

ArtifactId

tensorflow-client
Last Version

Last Version

1.4-2
Release Date

Release Date

Type

Type

jar
Description

Description

tensorflow-client
Prebuilt tensorflow serving client
Project URL

Project URL

http://arteebee.com/
Source Code Management

Source Code Management

https://github.com/yesup/tensorflow-serving-client-java.git

Download tensorflow-client

How to add to project

<!-- https://jarcasting.com/artifacts/com.yesup.oss/tensorflow-client/ -->
<dependency>
    <groupId>com.yesup.oss</groupId>
    <artifactId>tensorflow-client</artifactId>
    <version>1.4-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.yesup.oss/tensorflow-client/
implementation 'com.yesup.oss:tensorflow-client:1.4-2'
// https://jarcasting.com/artifacts/com.yesup.oss/tensorflow-client/
implementation ("com.yesup.oss:tensorflow-client:1.4-2")
'com.yesup.oss:tensorflow-client:jar:1.4-2'
<dependency org="com.yesup.oss" name="tensorflow-client" rev="1.4-2">
  <artifact name="tensorflow-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.yesup.oss', module='tensorflow-client', version='1.4-2')
)
libraryDependencies += "com.yesup.oss" % "tensorflow-client" % "1.4-2"
[com.yesup.oss/tensorflow-client "1.4-2"]

Dependencies

compile (3)

Group / Artifact Type Version
org.slf4j : slf4j-log4j12 jar 1.7.21
io.grpc : grpc-protobuf jar 1.7.0
io.grpc : grpc-stub jar 1.7.0

test (2)

Group / Artifact Type Version
log4j : log4j jar 1.2.17
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

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
com.yesup.oss

Yesup Media Inc

Online Advertising, Email Marketing, Dedicated and Cloud Hosting

Versions

Version
1.4-2
1.4-1
0.5.1-1