tfs-protobuf

TensorFlow Serving protobuf file extractor.

License

License

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

org.ailinykh
ArtifactId

ArtifactId

tfs-protobuf_2.12
Last Version

Last Version

1.13.0
Release Date

Release Date

Type

Type

jar
Description

Description

tfs-protobuf
TensorFlow Serving protobuf file extractor.
Project URL

Project URL

https://github.com/andrey-ilinykh/tfs-protobuf
Project Organization

Project Organization

Andrey Ilinykh
Source Code Management

Source Code Management

https://github.com/andrey-ilinykh/tfs-protobuf

Download tfs-protobuf_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/org.ailinykh/tfs-protobuf_2.12/ -->
<dependency>
    <groupId>org.ailinykh</groupId>
    <artifactId>tfs-protobuf_2.12</artifactId>
    <version>1.13.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.ailinykh/tfs-protobuf_2.12/
implementation 'org.ailinykh:tfs-protobuf_2.12:1.13.0'
// https://jarcasting.com/artifacts/org.ailinykh/tfs-protobuf_2.12/
implementation ("org.ailinykh:tfs-protobuf_2.12:1.13.0")
'org.ailinykh:tfs-protobuf_2.12:jar:1.13.0'
<dependency org="org.ailinykh" name="tfs-protobuf_2.12" rev="1.13.0">
  <artifact name="tfs-protobuf_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ailinykh', module='tfs-protobuf_2.12', version='1.13.0')
)
libraryDependencies += "org.ailinykh" % "tfs-protobuf_2.12" % "1.13.0"
[org.ailinykh/tfs-protobuf_2.12 "1.13.0"]

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4

Project Modules

There are no modules declared in this project.

tfs-protobuf

TensorFlow Serving protobuf file extractor

tfs-protobuf is a collection of all protobuf files used by TensorFlow and TensorFlow Serving. It is usefull to access TensorFlow Serving from scala.

Usage

This is an example of tfs-protobuf usage with ScalaPB

PB.targets in Compile := Seq(
  scalapb.gen() -> (sourceManaged in Compile).value
)


libraryDependencies ++=
  Seq(
    "com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf",
    "io.grpc" % "grpc-netty" % scalapb.compiler.Version.grpcJavaVersion,
    "com.thesamet.scalapb" %% "scalapb-runtime-grpc" % scalapb.compiler.Version.scalapbVersion,
    "org.ailinykh" %% "tfs-protobuf" % "1.12.1" % "protobuf"
  )


PB.protoSources in Compile += target.value / "protobuf_external"

Versions

Version
1.13.0
1.12.1
1.12.0
1.11.1
1.11.0
1.10.1
1.10.0
1.9.1
1.9.0