tensorflow/datasets resource
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ... observed · 2026-08-28
Health v2 · maintenance only
85/100
- Activity 98
- Release rhythm 59
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 133
- age_days: 2914
- days_rel: 117
- days_push: 12
- n_releases_24m: 4
Adoption not part of the score
4581 stars · 1590 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
TensorFlow Datasets (TFDS) is a curated collection of ready-to-use public datasets exposed as tf.data.Dataset objects for TensorFlow, JAX, and other Python ML frameworks. It handles downloading, preparation, versioning, and deterministic, high-performance input pipelines.
Use cases
- load mnist for training a model
- get standard benchmark datasets for machine learning experiments
- build reproducible input pipelines in tensorflow or jax
- download and prepare public datasets with one line of code
- share a custom dataset in a versioned format with teammates
- convert a tf.data pipeline into a shareable dataset
When to choose
- you need common ML datasets (vision, text, audio) with minimal setup
- you want deterministic, reproducible splits and ordering across users
- you train models in TensorFlow or JAX and want fast tf.data pipelines
- you need versioned, documented datasets for research citations
When to avoid
- your data is proprietary or highly custom with no existing builder
- you work outside the Python ML ecosystem
- you need datasets for frameworks with incompatible formats and don't want tf.data
Facets
dataset · maturity stable
machine-learning data-science etl machine-learning data-science deep-learning python cross-platform tensorflow jax tfdata datasets numpy input-pipelines
9 sources
- readme: https://github.com/tensorflow/datasets · fetched 2026-08-28 · 8ce81906e6d0
- homepage: https://www.tensorflow.org/datasets · fetched 2026-08-29 · 8d98a33eb27f
- site_page: https://www.tensorflow.org/install · fetched 2026-08-29 · 584a762da891
- site_page: https://www.tensorflow.org/tfx/api_docs · fetched 2026-08-29 · 6977825696fe
- site_page: https://www.tensorflow.org/about · fetched 2026-08-29 · 817250744d91
- site_page: https://www.tensorflow.org/about/case-studies · fetched 2026-08-29 · e6701029eec0
- site_page: https://www.tensorflow.org/datasets/api_docs/python/tfds/all_symbols · fetched 2026-08-29 · 2ddcdb431d39
- site_page: https://www.tensorflow.org/community/contribute · fetched 2026-08-29 · 77d394fa76e7
- site_page: https://www.tensorflow.org/datasets/format_specific_dataset_builders · fetched 2026-08-29 · 092a1ef85535
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tensorflow/datasets | main | 85 |
For agents
markdown · JSON · MCP: product_card(name="tensorflow/datasets")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem