Keras-Preprocessing


NameKeras-Preprocessing JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/keras-team/keras-preprocessing
SummaryEasy data preprocessing and data augmentation for deep learning models
upload_time2020-05-14 03:53:48
maintainer
docs_urlNone
authorKeras Team
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            
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.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/keras-team/keras-preprocessing",
    "name": "Keras-Preprocessing",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Keras Team",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/5e/f1/b44337faca48874333769a29398fe4666686733c8880aa160b9fd5dfe600/Keras_Preprocessing-1.1.2.tar.gz",
    "platform": "",
    "description": "\nKeras Preprocessing is the data preprocessing\nand data augmentation module of the Keras deep learning library.\nIt provides utilities for working with image data, text data,\nand sequence data.\n\nRead the documentation at: https://keras.io/\n\nKeras Preprocessing may be imported directly\nfrom an up-to-date installation of Keras:\n\n```\nfrom keras import preprocessing\n```\n\nKeras Preprocessing is compatible with Python 2.7-3.6\nand is distributed under the MIT license.\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easy data preprocessing and data augmentation for deep learning models",
    "version": "1.1.2",
    "project_urls": {
        "Download": "https://github.com/keras-team/keras-preprocessing/tarball/1.1.2",
        "Homepage": "https://github.com/keras-team/keras-preprocessing"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "794c7c3275a01e12ef9368a892926ab932b33bb13d55794881e3573482b378a7",
                "md5": "df64ca838cd228e9dd9c4c8e5c3ee3fd",
                "sha256": "7b82029b130ff61cc99b55f3bd27427df4838576838c5b2f65940e4fcec99a7b"
            },
            "downloads": -1,
            "filename": "Keras_Preprocessing-1.1.2-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df64ca838cd228e9dd9c4c8e5c3ee3fd",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 42581,
            "upload_time": "2020-05-14T03:53:47",
            "upload_time_iso_8601": "2020-05-14T03:53:47.192998Z",
            "url": "https://files.pythonhosted.org/packages/79/4c/7c3275a01e12ef9368a892926ab932b33bb13d55794881e3573482b378a7/Keras_Preprocessing-1.1.2-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5ef1b44337faca48874333769a29398fe4666686733c8880aa160b9fd5dfe600",
                "md5": "d2a0e10437cfa5c2d09458a84fb58d05",
                "sha256": "add82567c50c8bc648c14195bf544a5ce7c1f76761536956c3d2978970179ef3"
            },
            "downloads": -1,
            "filename": "Keras_Preprocessing-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "d2a0e10437cfa5c2d09458a84fb58d05",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 163598,
            "upload_time": "2020-05-14T03:53:48",
            "upload_time_iso_8601": "2020-05-14T03:53:48.526594Z",
            "url": "https://files.pythonhosted.org/packages/5e/f1/b44337faca48874333769a29398fe4666686733c8880aa160b9fd5dfe600/Keras_Preprocessing-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2020-05-14 03:53:48",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "keras-team",
    "github_project": "keras-preprocessing",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": false,
    "lcname": "keras-preprocessing"
}
        
Elapsed time: 0.26319s