Metadata-Version: 2.1
Name: tensorflow-datasets
Version: 1.0.1
Summary: tensorflow/datasets is a library of datasets ready to use with TensorFlow.
Home-page: http://github.com/tensorflow/datasets
Author: Google Inc.
Author-email: packages@tensorflow.org
License: Apache 2.0
Download-URL: https://github.com/tensorflow/datasets/tags
Keywords: tensorflow machine learning datasets
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Dist: absl-py
Requires-Dist: future
Requires-Dist: promise
Requires-Dist: protobuf (>=3.6.1)
Requires-Dist: requests
Requires-Dist: six
Requires-Dist: tensorflow-metadata
Requires-Dist: termcolor
Requires-Dist: tqdm
Requires-Dist: wrapt
Requires-Dist: functools32
Requires-Dist: futures
Requires-Dist: enum34
Provides-Extra: cats_vs_dogs
Requires-Dist: matplotlib ; extra == 'cats_vs_dogs'
Provides-Extra: librispeech
Requires-Dist: pydub ; extra == 'librispeech'
Provides-Extra: svhn
Requires-Dist: scipy ; extra == 'svhn'
Provides-Extra: tensorflow
Requires-Dist: tensorflow (>=1.12.0) ; extra == 'tensorflow'
Provides-Extra: tensorflow_gpu
Requires-Dist: tensorflow-gpu (>=1.12.0) ; extra == 'tensorflow_gpu'
Provides-Extra: tests
Requires-Dist: jupyter ; extra == 'tests'
Requires-Dist: pytest ; extra == 'tests'
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: pydub ; extra == 'tests'
Requires-Dist: scipy ; extra == 'tests'
Requires-Dist: matplotlib ; extra == 'tests'

tensorflow/datasets is a library of public datasets ready to use with
TensorFlow. Each dataset definition contains the logic necessary to download and
prepare the dataset, as well as to read it into a model using the
`tf.data.Dataset` API.

Usage outside of TensorFlow is also supported.

See the README on GitHub for further documentation.


