Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 290 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 290 Bytes

Digit-Recognizer

Live Digit Recognizer using Keras CNN and cv2 Canvas

Instructions

  1. Run the app.py to execute the prediction.
  2. Model might train for itself first if not found in the model directory.
  3. The image_loader.py is a PyQT5 Form to open MNIST Dataset image to predict.