A program that recognizes hand-written numbers with keras. WARNING: it's kinda bad
- Clone or download this repo
git clone https://github.com/Astrol99/numberRecognizer.git
- Install the necessary libraries
pip3 install -r requirements.txt
- Either use the pre-trained model
MNIST.h5
or train it yourself using the following command (20 epochs):
python train.py
- Run the main program
python main.py