# numberRecognizer **Repository Path**: davidjiang2003/numberRecognizer ## Basic Information - **Project Name**: numberRecognizer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-20 - **Last Updated**: 2021-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # numberRecognizer A program that recognizes hand-written numbers with keras. WARNING: it's kinda bad ![Program_DEMO](https://github.com/Astrol99/numberRecognizer/blob/master/Resources/numberRecognizer_DEMO.gif) ## Setup 1. Clone or download this repo ``` git clone https://github.com/Astrol99/numberRecognizer.git ``` 2. Install the necessary libraries ``` pip3 install -r requirements.txt ``` 3. Either use the pre-trained model `MNIST.h5` or train it yourself using the following command (20 epochs): ``` python train.py ``` 4. Run the main program ``` python main.py ```