Skip to content

gkchai/TensorFlowServingUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Serving Unity Application

Example Unity application using TensorFlow Serving. Predicts classes for an Image in Unity using Inception machine learning model.

TensorFlow Serving Server

  • Follow instructions here to download and run TF-Serving Docker with Inception model server.

TensorFlow Serving Unity Client

  • Client.cs is the Unity C# script with the request and response stub connecting to the server.

Examples

example1

example2