Skip to content

WPF application for reading and viewing the MNIST dataset

License

Notifications You must be signed in to change notification settings

artgl42/MNIST-Viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST-Viewer

This program (in C#) is a WPF application (using MVVM pattern) for viewing images, downloaded from the MNIST handwritten digit database. The program reads the MNIST dataset (images and labels) and displays it in a convenient form with the ability to navigate and filter. You can find detailed information about the MNIST data structure and download the original dataset here. In this program, the MNIST dataset is already loaded and stored in the Data directory. The application is not completed and is under development.

How To Use

Step 1

  • Build this project, using the Solution Explorer -> Build Solution by right-clicking on the Solution Explorer.

Step 2

  • Run the created executable file (MNIST_Viewer.exe).

Step 3

  • Load the MNIST dataset into the program by clicking on LOAD.

how_load_1.jpg

Step 4

  • Select the MNIST dataset (image and label files). Here you can configure data loading: from which and to which digit to read dataset and how much to display on the page.

how_load_2.jpg

Step 5

  • The main window of the program after loading the MNIST dataset is shown in the figure below.

MNIST_viewer_help.jpg

Libraries and integrated tools

Used for the GUI. Special thanks to:

Screenshots

screenshot_1.jpg

screenshot_2.jpg

screenshot_3.jpg

screenshot_3.jpg

Licence

MIT License Copyright (c) 2020 Artem Glushkov

About

WPF application for reading and viewing the MNIST dataset

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages