Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 657 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 657 Bytes

Interactive Digit Recognition

A small showcase which combines pygame and keras to recognize digitally written digits.

showcase

Installation

To install the program, simply clone the github repository to the desired directory:

git clone https://github.com/nickhir/interactive-digit-recognition.git

cd interactive-digit-recognition

To create an enviroment which contains all required packages run

conda env create -f environment.yml
conda activate interactive-digit-recognition

Afterwards you can start the program by running python main.py