{"categories":[{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/3"}],"enrichment":{"capability":"Provides access to many public datasets as tf.data.Datasets, handling download, preparation, and loading for TensorFlow workflows.","skillfed_tags":["tensorflow","datasets","machine-learning"],"use_cases":["Load benchmark datasets like MNIST or CIFAR for quick prototyping and model evaluation.","Build reproducible input pipelines for training by ensuring deterministic dataset ordering across runs.","Access a curated catalog of public datasets without manually downloading or preprocessing files.","Integrate datasets into tf.data pipelines with standard operations like batching and prefetching.","Prepare datasets for distributed training by leveraging TFDS's performance-optimized loading."],"what_it_does":"TensorFlow Datasets is a library that provides standardized access to many public datasets, automatically handling download and preparation into tf.data.Dataset objects ready for training pipelines. It wraps datasets from various sources and exposes them through a simple API, letting you load data like MNIST or other benchmarks with a single function call, then chain standard TensorFlow operations like shuffle, batch, and prefetch.\n\nThe library emphasizes simplicity for standard use cases, reproducibility (all users get the same examples in the same order), and performance by following TensorFlow best practices. It has 18 runtime dependencies including numpy, pyarrow, and tensorflow-metadata, and requires Python 3.10 or later. The package is actively maintained and carries no known security vulnerabilities.","worth_installing":"Yes. The package is actively maintained, has no known vulnerabilities, and low install friction. It solves a real problem\u2014standardized dataset access for TensorFlow workflows\u2014with a permissive license. Install it if you work with TensorFlow and need quick access to public datasets; skip it only if you manage datasets entirely through custom pipelines."},"id":"tensorflow-datasets","links":{"html":"https://skillfed.io/packages/tensorflow-datasets","md":"https://skillfed.io/packages/tensorflow-datasets.md","pypi":"https://pypi.org/project/tensorflow-datasets/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-05-08","license_spdx":null,"license_treatment":"permissive","name":"tensorflow-datasets","python_support":"supports_current","summary":"tensorflow/datasets is a library of datasets ready to use with TensorFlow."},"popularity":{"monthly_downloads":1764589,"position":3579,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"4.9.10"}
