Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nikhilcodes/draw-anywhere

Not just any simple Digit Recognition. MNIST Digit Recognition got lot more Interesting!
https://github.com/nikhilcodes/draw-anywhere

computer-vision cv2 deep-learning deep-neural-networks drawing-app illusion keras-neural-networks opencv opencv-python

Last synced: about 2 months ago
JSON representation

Not just any simple Digit Recognition. MNIST Digit Recognition got lot more Interesting!

Awesome Lists containing this project

README

        

# Draw Anywhere

## Intro
Not just any simple Digit Recognition. MNIST Digit Recognition got lot more Interesting!
- Run `python run_cam.py` to launch the camera app.
- Press `` bar to start tracing, and hit `` again to stop
tracing and recognise the drawing.

## Command Line Options
- `--color` or `-c` to specify the color of pointer it should look for.
SUPPORTED OPTIONS: [green, blue, red]
- `--canvas` or `-s` to specify whether to display a Window containing your drawing without Background.
SUPPORTED OPTIONS: [True, False]
- `--area` or `-a` to specify minimum area in pixels.
- `--display` or `-d` to specify, How long is prediction shown in second(s).

## Demo
![gif Playback](DEMO/DEMO-1.gif)


## Dependencies
| Library | pip command |
|--------------|---------------------------|
| cv2 |`pip install opencv-python`|
| keras |`pip install keras` |
| numpy |`pip install numpy` |
| tensorflow |`pip install tenorflow` |

### DON'T FORGET TO HIT THE STAR BUTTON.