Ross ROSS = Recommend OSS · open-source software intelligence for agents

tensorflow/datasets resource

TFDS is a collection of datasets ready to use with TensorFlow, Jax, ... observed · 2026-08-28

github.com/tensorflow/datasets · homepage · Python · Apache-2.0 (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
tensorflow/datasetsmain85

For agents

markdown · JSON · MCP: product_card(name="tensorflow/datasets")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem