Skip to content

A python script to output quickdraw.js datasets to png images.

Notifications You must be signed in to change notification settings

AugmentariumLab/quickdraw.py

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

quickdraw.py

A simple python script to dump the datasets from QuickDraw to the disk.

Getting started

First, install node.js with npm.

npm install quickdraw.js

Second, cd this repo, run

node quickdraw.js

Finally,

python quickdraw.py

If you don't have opencv and numpy

pip install opencv-contrib-python
pip install numpy

Author

Ruofei Du (http://www.duruofei.com)

License

CC0 Free software, yeah!

About

A python script to output quickdraw.js datasets to png images.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 58.0%
  • JavaScript 42.0%