tensorflow/datasets
TFDS is a collection of datasets ready to use with TensorFlow, Jax, ...
When building machine learning models, you often need to train them on publicly available datasets. This project helps you load common datasets like MNIST or ImageNet directly into your TensorFlow or JAX workflows, ready for model training. It's used by machine learning engineers and researchers to streamline data input for their models.
4,550 stars. Actively maintained with 1 commit in the last 30 days.
Use this if you need quick, standardized access to a wide range of public datasets for your machine learning projects.
Not ideal if you're working with private, custom datasets or require highly specialized data pre-processing steps not covered by common public datasets.
Stars
4,550
Forks
1,597
Language
Python
License
Apache-2.0
Category
Last pushed
Mar 12, 2026
Commits (30d)
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/tensorflow/datasets"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related frameworks
open-edge-platform/datumaro
Dataset Management Framework, a Python library and a CLI tool to build, analyze and manage...
explosion/ml-datasets
🌊 Machine learning dataset loaders for testing and example scripts
webdataset/webdataset
A high-performance Python-based I/O system for large (and small) deep learning problems, with...
mlcommons/croissant
Croissant is a high-level format for machine learning datasets that brings together four rich layers.
alan-turing-institute/CleverCSV
CleverCSV is a Python package for handling messy CSV files. It provides a drop-in replacement...