awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
googlecreativelab avatar

googlecreativelab/quickdraw-datasetArchived

0
View on GitHub↗
6,777 stars·1,066 forks·19 viewsquickdraw.withgoogle.com/data↗

Quickdraw Dataset

This project is a large-scale dataset of hand-drawn sketches, providing millions of timestamped vector drawings and bitmaps for training machine learning models. It serves as a computer vision training corpus and a neural network dataset, consisting of categorized human sketches used to develop image classification and recognition algorithms.

The dataset is available as a vector drawing corpus featuring stroke-by-stroke sequences and metadata, as well as processed numpy arrays. These resources support the development of drawing classifiers and the study of human drawing patterns.

The data is provided in multiple formats, including raw vector data in newline-delimited JSON, normalized vector sequences, and grayscale bitmaps. It includes capabilities for category-based partitioning and coordinate scaling to ensure consistency across different samples.

Features

  • Computer Vision Datasets - Provides a large-scale collection of categorized human sketches as image and vector data for training recognition models.
  • Vector Drawing Dataset Downloads - Provides large collections of timestamped vector drawings across multiple categories in various formats for ML research.
  • Coordinate Normalization Utilities - Rescales raw pixel coordinates to a consistent range to remove variance caused by different drawing screen sizes.
  • Hand-Drawn Sketch Datasets - Offers millions of timestamped vector drawings and bitmaps specifically curated for training machine learning models.
  • Neural Network Training Datasets - Supplies processed numpy and JSON data formatted for use in recurrent and convolutional neural networks.
  • RNN Dataset Access - Provides a method to retrieve compressed numpy files formatted specifically for training recurrent neural networks.
  • Sketch-Based Machine Learning - Developing neural networks that process vector stroke data or bitmap images to analyze human drawing patterns.
  • Sketch Classifiers - Provides data for training models to recognize and classify hand-drawn sketches and symbols across hundreds of categories.
  • Raw Data Retrieval - Retrieves unsimplified drawings containing pixel coordinates, timing information, and metadata in JSON format.
  • Vector Data Processing - Provides a method to retrieve rescaled drawings processed to remove timing information for consistent input.
  • Vector Drawing Corpora - Provides a massive archive of stroke-by-stroke drawing sequences and metadata for stroke generation research.
  • 2D Vector Representations - Records drawings as sequences of coordinates and timestamps to preserve the temporal order of human sketching.
  • Numpy Bitmap Access - Retrieves drawings rendered as grayscale bitmaps in a numpy format for use with image-based neural networks.
  • Preprocessed ML Bitmaps - Retrieves simplified drawing data rendered as grayscale bitmaps for use in image-based classification models.
  • Stroke Data Serializations - Retrieves compressed data formatted for recurrent neural networks to study stroke-by-stroke drawing generation.
  • CNN Input Rasterization - Converts coordinate sequences into grayscale grids for compatibility with convolutional neural network input layers.
  • Drawing Classifiers - Supports the development and evaluation of machine learning models designed to classify hand-drawn sketches.
  • Data Preprocessing for Modeling - Converts raw drawing vectors into normalized formats or grayscale bitmaps for use in recurrent and convolutional networks.
  • Pre-computed Dataset Archives - Distributes processed data in compressed numpy formats to reduce download time and memory overhead for researchers.
  • Newline-Delimited JSON Streams - Stores large datasets as separate JSON objects per line to allow efficient streaming and partial file reading.
  • Visual Cognition Research - Supports studying how people from different countries visualize common objects through timestamped vector drawings.
  • Game Datasets - Large-scale collection of human-drawn sketches for machine learning.

Star history

Star history chart for googlecreativelab/quickdraw-datasetStar history chart for googlecreativelab/quickdraw-dataset

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Quickdraw Dataset

These projects share indexed features with Quickdraw Dataset. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • chakki-works/doccanochakki-works avatar

    chakki-works/doccano

    10,687View on GitHub↗

    Doccano is a collaborative labeling platform and text annotation tool designed to create training data for machine learning. It provides a specialized interface for performing sequence labeling and text classification on natural language datasets. The system functions as a supervised learning dataset manager, allowing multiple users to coordinate within a shared workspace to label datasets for natural language processing tasks. It supports the preparation of raw text data for model training by converting unstructured documents into structured labeled examples. The platform includes capabilit

    Python
    View on GitHub↗10,687
  • nvlabs/ffhq-datasetNVlabs avatar

    NVlabs/ffhq-dataset

    4,099View on GitHub↗

    This project provides a high-resolution face dataset consisting of 70,000 human face images in PNG format. It serves as a curated library of aligned images and facial landmark data designed for generative model training, facial recognition, and image synthesis research. The dataset includes machine-readable metadata that pairs images with precise facial coordinate points, source URLs, and copyright information. This coordinate data enables the transformation of raw photos into a standardized 1024x1024 pixel resolution through landmark-based alignment and cropping. The repository includes aut

    Python
    View on GitHub↗4,099
  • bytedance/ui-tarsbytedance avatar

    bytedance/UI-TARS

    9,622View on GitHub↗

    UI-TARS is an LLM GUI automation framework and multimodal action grounding system. It functions as a GUI agent orchestrator and cross-platform device controller that uses large language models to interpret graphical interfaces and execute actions across desktop and mobile operating systems. The system translates model-generated coordinates into precise screen positions to interact with visual user interface elements. It employs a multimodal approach to interpret screen layouts and decomposes complex goals into multi-step trajectories through reasoning and error correction. The project provid

    Pythonresearch
    View on GitHub↗9,622
  • bupt-ai-cz/llvipbupt-ai-cz avatar

    bupt-ai-cz/LLVIP

    796View on GitHub↗
    Jupyter Notebookcnncomputer-visiondeep-learning
    View on GitHub↗796
Compare all 30 related projects→

Frequently asked questions

What does googlecreativelab/quickdraw-dataset do?

This project is a large-scale dataset of hand-drawn sketches, providing millions of timestamped vector drawings and bitmaps for training machine learning models. It serves as a computer vision training corpus and a neural network dataset, consisting of categorized human sketches used to develop image classification and recognition algorithms.

What are the main features of googlecreativelab/quickdraw-dataset?

The main features of googlecreativelab/quickdraw-dataset are: Computer Vision Datasets, Vector Drawing Dataset Downloads, Coordinate Normalization Utilities, Hand-Drawn Sketch Datasets, Neural Network Training Datasets, RNN Dataset Access, Sketch-Based Machine Learning, Sketch Classifiers.

Which projects share features with googlecreativelab/quickdraw-dataset?

Projects with overlapping indexed features include: chakki-works/doccano — Doccano is a collaborative labeling platform and text annotation tool designed to create training data for machine… nvlabs/ffhq-dataset — This project provides a high-resolution face dataset consisting of 70,000 human face images in PNG format. It serves… bytedance/ui-tars — UI-TARS is an LLM GUI automation framework and multimodal action grounding system. It functions as a GUI agent… bupt-ai-cz/llvip. openimages/dataset — This project is a computer vision dataset and image annotation repository designed for training and evaluating machine… zalandoresearch/fashion-mnist — This project is a computer vision benchmark and image classification dataset used to measure and compare the accuracy…