Skip to content

rin259/MNIST-Simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MNIST Simple App

#Overview

The MNIST Example App is a simple machine learning application that can recognize handwritten digits. It uses a pre-trained model on the MNIST dataset, which consists of 28x28 pixel grayscale images of handwritten digits.

  • #Features

  • Digit Recognition: Recognize and predict digits from 0 to 9 using a pre-trained neural network model.

  • User Interface: Simple and intuitive UI for easy interaction with the application.

  • Real-time Prediction: Instantly predicts the digit when an image is provided to the app.

#Installation (this app includes a tkinter interface, please run this on a device with graphics)

  1. Clone the repository:
    git clone https://github.com/Asterismu/MNIST-Simple.git
  2. Navigate to the cloned directory:
    cd MNIST-Simple
  3. python predict.py(no graph, change the path to your img) / python predict_v2.py(include ui interface)

About

an app that can predict the number in jpg file

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages