Not just any simple Digit Recognition. MNIST Digit Recognition got lot more Interesting!
- Run
python run_cam.pyto launch the camera app. - Press
<SPACE>bar to start tracing, and hit<SPACE>again to stop tracing and recognise the drawing.
--coloror-cto specify the color of pointer it should look for. SUPPORTED OPTIONS: [green, blue, red]--canvasor-sto specify whether to display a Window containing your drawing without Background. SUPPORTED OPTIONS: [True, False]--areaor-ato specify minimum area in pixels.--displayor-dto specify, How long is prediction shown in second(s).
| Library | pip command |
|---|---|
| cv2 | pip install opencv-python |
| keras | pip install keras |
| numpy | pip install numpy |
| tensorflow | pip install tenorflow |
