# keras-preprocessing **Repository Path**: openkylin/keras-preprocessing ## Basic Information - **Project Name**: keras-preprocessing - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: openkylin/nile - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2023-11-01 - **Last Updated**: 2026-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Keras Preprocessing [![Build Status](https://travis-ci.org/keras-team/keras-preprocessing.svg?branch=master)](https://travis-ci.org/keras-team/keras-preprocessing) 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.