Web app to detect user hand-drawn sketches on a canvas. Using google's quickdraw dataset. App built using python with flask and keras API.
https://www.youtube.com/watch?v=rzL22K5p7ts
- Download the code
- Run
pip install -r requirements.txt
- Download simplified numpy chosen classes from https://console.cloud.google.com/storage/browser/quickdraw_dataset/full/numpy_bitmap?pli=1
- Place downloaded classes in "data/"
- Run
train.py
- Run
app.py
- Open localhost:5000 from your browser