Skip to content

ashwin-nath-m/tensorflow-gRPC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published