Skip to main content

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

quickdraw.readthedocs.io

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)

Uploaded Source

Built Distribution

quickdraw-1.0.0-py3-none-any.whl (11.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page