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.0.4.tar.gz
(11.2 kB
view details)
Built Distribution
File details
Details for the file quickdraw-0.0.4.tar.gz
.
File metadata
- Download URL: quickdraw-0.0.4.tar.gz
- Upload date:
- Size: 11.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e907204674c015c30048e03ee2600877609ba013c15a0cb416dbe98a8c2467c3 |
|
MD5 | 5ad8e53e7553bdbfce94ca18120a3759 |
|
BLAKE2b-256 | 04643da97fc178da79f133be21a7c504d2d04f4467dae9b0fbfcf9e2ed947d0f |
File details
Details for the file quickdraw-0.0.4-py3-none-any.whl
.
File metadata
- Download URL: quickdraw-0.0.4-py3-none-any.whl
- Upload date:
- Size: 9.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 513631b2e0850c98d2746fc2c056c5b7ef772203d02dbb788aa5baa6aef5f8ca |
|
MD5 | b7eed699fc949dfd2d8b16c46a3a1db7 |
|
BLAKE2b-256 | f94ad3f31347cd5e056f147d59d57d1d4e48ca6911bdeac9314c7424bdbf4069 |