Skip to content

A small example project for accessing TensorFlow serving from the JVM

Notifications You must be signed in to change notification settings

benelot/tf-serving-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Serving Demo

This is a small demo project to show how a JVM project can use TensorFlow models which are served by TensorFlow Serving.

Requirements

How to run

Start Tensorflow Serving using the model

[path to tensorflow_serving]/bazel-bin/tensorflow_serving/model_servers/tensorflow_model_server --model_base_path="model/three_x_plus_y"

Run the example client

./gradlew run

About

A small example project for accessing TensorFlow serving from the JVM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Protocol Buffer 95.6%
  • Scala 3.1%
  • Python 1.3%