Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Implement Tensor Flow Serving C# client example with gRPC. MNIST prediction console application and web paint ASP.NET Core 2.0 and ReactJS application.

Notifications You must be signed in to change notification settings

iminakov/TensorFlowServingCSharpClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

12 Commits

Repository files navigation

[Depricated] !!!Example of integration between Tensorflow Serving 2.0 and NetCore Client App is available here.

TensorFlow Serving MNIST Deep C# client

This is example of C# clients for TensorFlow Serving gRPC service. Repository contains the following content:

  • learning - python script with MNIST deep training model prepare and Readme short instructions how to execute TensorFlow serving with this model.
  • ClientBaseLib - base library with TF Serving gRPC generated classes and utils classes to create Tensors.
  • Console Client - simple console client application MNIST prediction example
  • ASP.NET Core 2.0/ ReactJS Client - SPA application gRPC client for MNIST prediction TensorFlow Serving

How to start web application

  • Run TensorFlow Serving with instructions here
  • 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

.NET TensorFlow Client

About

Implement Tensor Flow Serving C# client example with gRPC. MNIST prediction console application and web paint ASP.NET Core 2.0 and ReactJS application.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle によって変換されたページ (->オリジナル) /