Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 380 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 380 Bytes

TensorFlow Serving MNIST Deep C# client

This is example of C# clients for TensorFlow Serving gRPC service.

How to start web application

  • Run TensorFlow Serving
  • Open .NET solution.
  • Update appsetting.json with TensorFlow Serving address:
"TfServer": {
        "ServerUrl": "192.168.1.38:9000"
    }
  • Start web application with IIS express
  • Test prediction