Example Unity application using TensorFlow Serving. Predicts classes for an Image in Unity using Inception machine learning model.
- Follow instructions here to download and run TF-Serving Docker with Inception model server.
- Client.cs is the Unity
C#
script with the request and response stub connecting to the server.