Skip to content

A WPF application for identifying the handwriting digit drawed using your mouse.

License

Notifications You must be signed in to change notification settings

shishaochen/MnistDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Application Introduction

You can first draw any digit in the white pane using the mouse and the application can parse the result when clicking the "Recognize" button.

a

Repository Content

There are 2 solutions offering the same UI but interacting with different backends.

  • MnistDemo.FlaskServer
    Set up a Python Web server which calls TensorFlow for image classification based on Checkpoint.
  • MnistDemo.TensorFlowSharp
    Freeze the inference graph and wrap it as a .NET class library based on the 3rd-party project titled TensorFlowSharp.

Prerequisites for Build and Run

Visual Studio 2015+ with:

  • Python Tools
  • C# and WPF

Runtime:

  • .NET Framework 4.5+
  • Python 3.5+

About

A WPF application for identifying the handwriting digit drawed using your mouse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published