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.
- Build this project, using the Solution Explorer -> Build Solution by right-clicking on the Solution Explorer.
- Run the created executable file (MNIST_Viewer.exe).
- Load the MNIST dataset into the program by clicking on LOAD.
- 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.
- The main window of the program after loading the MNIST dataset is shown in the figure below.
Used for the GUI. Special thanks to:
MIT License Copyright (c) 2020 Artem Glushkov