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 details)
Built Distribution
quickdraw-1.0.0-py3-none-any.whl
(11.6 kB
view details)
File details
Details for the file quickdraw-1.0.0.tar.gz
.
File metadata
- Download URL: quickdraw-1.0.0.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9b72940206f608ffd790e098f29b4ec25d5259bb2bd59e311efb91e08271fa4c |
|
MD5 | 83d57dc770d18b34c0d4a1f47d7c494e |
|
BLAKE2b-256 | b1ccffd940f41b870ba0ae1af559bc2b99c6930f796f25d32dcef28615f79c9e |
File details
Details for the file quickdraw-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: quickdraw-1.0.0-py3-none-any.whl
- Upload date:
- Size: 11.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9a96a01cf456490c4cf490945f77540d5112cde455b4d205c93ebe309fca1ee4 |
|
MD5 | 8e74e32af89aa225f6ce262a2f9d2ec6 |
|
BLAKE2b-256 | b5258500e92c31e016e51917bff1861c7200df4c015594f6a38d4884f03f49e0 |