tensorflow/datasets

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 54 minutes ago
Added to GitGenius on September 15th, 2026
Created on September 10th, 2018
Open Issues & Pull Requests: 690 (+0)
GitHub issues: Enabled
Number of forks: 1,590
Total Stargazers: 4,591 (+1)
Total Subscribers: 103 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 4.8 days
Mean response time: 32.3 days
90th percentile: 57.8 days
Tracked items: 82

Most active contributors

Sign in to see contributor activity.

How this project is maintained

97% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Three people close 63% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 35
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 833 days
Stale 30+ days: 33
Stale 90+ days: 27

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • bug (48)
  • dataset request (18)
  • help (17)
  • contributions welcome (5)
  • enhancement (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

TensorFlow Datasets is a collection of public datasets packaged as tf.data.Datasets for use with TensorFlow, JAX, NumPy, and other frameworks.

The tool solves the problem of dataset acquisition and preparation by providing ready-to-use datasets that are already downloaded, verified, and formatted for machine learning workflows. Rather than requiring users to locate, download, and preprocess datasets individually, TFDS handles these steps automatically, exposing datasets through a unified API that works across multiple deep learning frameworks.

TFDS suits projects that need standard public datasets without custom preprocessing overhead. It works well for researchers and practitioners building on established benchmarks who want deterministic, reproducible data loading. The tool prioritizes simplicity for standard use cases while offering fine-grained control for advanced customization. Users can request datasets through GitHub issues and vote on pending requests, allowing the community to influence which datasets are added.

The project maintains active engagement with dataset requests and community feedback through its issue tracker, where users can propose new datasets and vote on existing requests. Development includes ongoing expansion of the dataset catalog through a straightforward contribution process documented in the repository's guides. The tool is actively maintained with documentation covering tutorials, API reference, and a catalog of available datasets.