Skip to content

alveifbklsiu259/digit-recognizer

Repository files navigation

Digit Recognizer

A simple Feedforward Neural Network trained on digits dataset (MNIST) without any framework. It can predict digits based on user input through a Tkinter-based GUI.

Features

  • Neural Network from Scratch – No TensorFlow or PyTorch.
  • Tkinter GUI for Drawing – Users can draw digits for prediction.

Getting Started

Install

pip install -r requirements.txt

Or, if using Poetry:

poetry install

Start

python -m src.digit_recognition.main

Or, if using Poetry:

poetry run python -m src.digit_recognition.main

This will open a drawing interface where you can sketch digits for recognition.

About

A simple Feedforward Neural Network trained on MNIST without any framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages