loongson/pypi/: keras-preprocessing-1.1.2 metadata and description

Homepage Simple index

Easy data preprocessing and data augmentation for deep learning models

author Keras Team
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Education
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: MIT License
  • Programming Language :: Python :: 2
  • Programming Language :: Python :: 2.7
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Topic :: Software Development :: Libraries
  • Topic :: Software Development :: Libraries :: Python Modules
download_url https://github.com/keras-team/keras-preprocessing/tarball/1.1.2
license MIT
provides_extras tests
requires_dist
  • numpy (>=1.9.1)
  • six (>=1.9.0)
  • scipy (>=0.14) ; extra == 'image'
  • Pillow (>=5.2.0) ; extra == 'image'
  • flake8 ; extra == 'pep8'
  • pandas ; extra == 'tests'
  • Pillow ; extra == 'tests'
  • tensorflow ; extra == 'tests'
  • keras ; extra == 'tests'
  • pytest ; extra == 'tests'
  • pytest-xdist ; extra == 'tests'
  • pytest-cov ; extra == 'tests'

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
Keras_Preprocessing-1.1.2-py3-none-any.whl
Size
42 KB
Type
Python Wheel
Python
3

Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library. It provides utilities for working with image data, text data, and sequence data.

Read the documentation at: https://keras.io/

Keras Preprocessing may be imported directly from an up-to-date installation of Keras:

` from keras import preprocessing `

Keras Preprocessing is compatible with Python 2.7-3.6 and is distributed under the MIT license.