t

tensorflow-serving-client

A prebuilt tensorflow serving client from the tensorflow serving proto files
https://github.com/figroc/tensorflow-serving-client
Apache-2.0
Figroc Chen
文件下载
文件名 操作
tensorflow-serving-client-2.3.0.jar 下载
tensorflow-serving-client-2.3.0.pom 下载
tensorflow-serving-client-2.3.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.opil</groupId>
  <artifactId>tensorflow-serving-client</artifactId>
  <version>2.3.0</version>
</dependency>
Gradle Groovy
implementation 'io.opil:tensorflow-serving-client:2.3.0'
Gradle Kotlin
implementation("io.opil:tensorflow-serving-client:2.3.0")
Scala SBT
libraryDependencies += "io.opil" % "tensorflow-serving-client" % "2.3.0"
Groovy Grape
@Grapes(
  @Grab(group='io.opil', module='tensorflow-serving-client', version='2.3.0')
)
Apache Ivy
<dependency org="io.opil" name="tensorflow-serving-client" rev="2.3.0" />
Leiningen
[io.opil/tensorflow-serving-client "2.3.0"]
Apache Buildr
'io.opil:tensorflow-serving-client:jar:2.3.0'