This is example of C# clients for TensorFlow Serving gRPC service.
- 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