/Real-Time-Digit-Recognition

A simple neural network to determine the digit in real time.

Primary LanguagePython

NOTE

The out of sample error of this model is very high. Probably the model is overfitted to the training data. I will improve it once I get a more better understanding of how to set hyperparameters. Sorry for such low performance.

RealTime Digit Recoginition

This program takes the input from the user using a pygame window and then predicts the digit.

How to use the program?

  • Clone this repository.
  • Go to the cloned repository on your terminal.
  • Run command
	python3 predict.py

Prerequisites

These modules will required to be preinstalled.

  • tensorflow
  • opencv
  • pygame
  • skimage
  • numpy
  • os
  • matplotlib

Demo