Skip to content

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.

Notifications You must be signed in to change notification settings

SaraaAwwad/doodle-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

doodle-detector

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.

Video Demo

https://www.youtube.com/watch?v=rzL22K5p7ts

Install dependencies

  1. Download the code
  2. Run pip install -r requirements.txt
  3. Download simplified numpy chosen classes from https://console.cloud.google.com/storage/browser/quickdraw_dataset/full/numpy_bitmap?pli=1
  4. Place downloaded classes in "data/"

Train & Run

  1. Run train.py
  2. Run app.py
  3. Open localhost:5000 from your browser

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published