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")
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.3.tar.gz
(11.1 kB
view details)
Built Distribution
File details
Details for the file quickdraw-0.0.3.tar.gz
.
File metadata
- Download URL: quickdraw-0.0.3.tar.gz
- Upload date:
- Size: 11.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b1807b3dd612607cb1e865a3bcbb73aba6ffb40f4c3ee7a8b46a5119cffa5819 |
|
MD5 | bdb7e9e433e86555a6fc623a6e46e3c6 |
|
BLAKE2b-256 | fd9b1a05a47d60a3093582f3d7537670a08d520e92de56d38610888fbed78a8a |
File details
Details for the file quickdraw-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: quickdraw-0.0.3-py3-none-any.whl
- Upload date:
- Size: 9.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6030ae69f9c83093acd58e843db00dbd5ceeb80cf3a0ffdebf612e59911f172e |
|
MD5 | e4aedeaa2b52c9a3cb7c40aabd2456ee |
|
BLAKE2b-256 | 4361b16f52592281b7794bacb9d6dd4cd055847390f6f4a938380c1c3a4f3fb9 |