tensorflow/datasets
TensorFlow Datasets provides a catalog of hundreds of public datasets formatted as tf.data.Datasets for use with TensorFlow, Jax, and NumPy.

TFDS is a repository of ready-to-use machine learning datasets, including image, text, audio, and video collections. It provides standardized dataset loading, automatic downloads, and pre-processing utilities, allowing researchers and developers to quickly assemble data pipelines for model training. The library follows ML best practices including performance optimizations via tf.data and supports shuffle batching, prefetching, and caching.