DigitRecognizer π―
This repository contains everything needed to train a neural network for handwritten digit recognition, make predictions, and provide a desktop app to test the model with input images.
π Repository Structure: training/ ποΈββοΈ β Scripts for training the neural network using PyTorch.
predictions/ π β Code for loading the trained model and making predictions.
app/ π₯οΈ β Desktop application using Tkinter, allowing users to drag and drop an image to recognize the digit.
weights/ ποΈ β Model weights (weight_gl.pth) saved after training.
π‘ Goal: Develop a CNN-based digit recognition model and integrate it into a user-friendly app! π
!!!WORK IN PROGRESS!!!