{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/9"},{"label":"Libraries","url":"https://skillfed.io/packages/category/software-development-libraries/6"},{"label":"Scientific/Engineering","url":"https://skillfed.io/packages/category/scientific-engineering/4"},{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/13"},{"label":"Artificial Intelligence","url":"https://skillfed.io/packages/category/scientific-engineering-artificial-intelligence/6"},{"label":"Mathematics","url":"https://skillfed.io/packages/category/scientific-engineering-mathematics/2"}],"enrichment":{"capability":"Extends TensorFlow with support for file systems and data formats not built into TensorFlow, including HTTP/HTTPS access and automatic decompression for remote datasets.","skillfed_tags":["tensorflow-extension","data-loading","remote-io"],"use_cases":["Load MNIST, CIFAR, or other benchmark datasets directly from remote URLs without local storage.","Stream data from HTTP/HTTPS endpoints in production ML pipelines.","Access datasets stored in Google Cloud Storage with automatic filesystem handling.","Automatically decompress gzip and other compressed formats during data loading.","Integrate remote data sources into tf.data.Dataset pipelines for training."],"what_it_does":"TensorFlow I/O is an extension library that adds file system and data format support to TensorFlow beyond its built-in capabilities. It enables direct access to remote datasets via HTTP/HTTPS without requiring local download, automatic decompression of compressed files, and integration with cloud storage and specialized data formats. The library is designed to work seamlessly with tf.data.Dataset pipelines and Keras workflows.\n\nThe package is primarily used to simplify data loading in machine learning workflows by eliminating the need to manually download and preprocess datasets. It handles URL-based access, format detection, and decompression transparently, allowing developers to pass remote file URLs directly to data loading APIs. It depends on tensorflow-io-gcs-filesystem for Google Cloud Storage support.","worth_installing":"Yes, if you use TensorFlow 2.16.x and need to load datasets from remote sources or work with file formats beyond TensorFlow's built-in support. The medium install friction is manageable given the precompiled wheels for common platforms. No known security vulnerabilities and active maintenance make it a safe choice. Install only if you have a specific need for extended I/O capabilities; it is not required for standard TensorFlow workflows."},"id":"tensorflow-io","links":{"html":"https://skillfed.io/packages/tensorflow-io","md":"https://skillfed.io/packages/tensorflow-io.md","pypi":"https://pypi.org/project/tensorflow-io/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2024-07-01","license_spdx":null,"license_treatment":"permissive","name":"tensorflow-io","python_support":"capped_below_current","summary":"TensorFlow IO"},"popularity":{"monthly_downloads":356674,"position":7281,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.37.1"}
