An API for downloading and reading the google quickdraw data.
Project description
quickdraw
Google Quick, Draw! is a game which is training a neural network to recognise doodles.
quickdraw
is an API for using the Google Quick, Draw! data
quickdraw.withgoogle.com/data,
downloading the data files as and when needed, caching them locally and
allowing them to be used.
Getting started
- Windows
pip install quickdraw
- macOS
pip3 install quickdraw
- Linux / Raspberry Pi
sudo pip3 install quickdraw
Use
Open the Quick Draw data, pull back an anvil drawing and save it.
from quickdraw import QuickDrawData
qd = QuickDrawData()
anvil = qd.get_drawing("anvil")
anvil.image.save("my_anvil.gif")
Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
quickdraw-1.0.0.tar.gz
(14.8 kB
view hashes)
Built Distribution
quickdraw-1.0.0-py3-none-any.whl
(11.6 kB
view hashes)
Close
Hashes for quickdraw-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a96a01cf456490c4cf490945f77540d5112cde455b4d205c93ebe309fca1ee4 |
|
MD5 | 8e74e32af89aa225f6ce262a2f9d2ec6 |
|
BLAKE2b-256 | b5258500e92c31e016e51917bff1861c7200df4c015594f6a38d4884f03f49e0 |