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-0.1.0.tar.gz
(12.0 kB
view details)
Built Distribution
quickdraw-0.1.0-py3-none-any.whl
(10.1 kB
view details)
File details
Details for the file quickdraw-0.1.0.tar.gz
.
File metadata
- Download URL: quickdraw-0.1.0.tar.gz
- Upload date:
- Size: 12.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0aefa5adaa88ff5abe03f5342462d215463d5b02d97a732bcbc1b17d96fdf39a |
|
MD5 | 38610bc3ea9f0f231cfca44c63fb46d6 |
|
BLAKE2b-256 | 180854275d64adf1a97a1311a40a79d5cecc1437327a55d135d3a23b963e94d0 |
File details
Details for the file quickdraw-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: quickdraw-0.1.0-py3-none-any.whl
- Upload date:
- Size: 10.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/38.5.1 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f2e5f0f310dfc8026498b983b8e5bb1f34abe0f9d9dc5a0aa2c9796aad0e26b |
|
MD5 | 1678bfda3c78b7805922924a803aa9ff |
|
BLAKE2b-256 | 36bfcfbdbf845acab3169c1ed943c44ce8d76828677276e65631cd05f81853a9 |