Metadata-Version: 2.1
Name: image-keras
Version: 0.2.1
Summary: The fundamental package needed for common purpose with Python.
Home-page: https://github.com/tenkeyless/image-keras
Author: TenKeyLess
Author-email: blivme84@naver.com
License: MIT
Keywords: common util
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: toolz (>=0.10.0)
Requires-Dist: Keras (>=2.4.0)
Requires-Dist: tensorflow (>=2.3.1)
Requires-Dist: common-py (>=0.1.4)

# Image Keras

이미지 프로세싱을 위한 Keras를 사용하는데 필요한 보조 도구

## 설치

```shell
pip install image-keras
```

## 요구사항

* Python &ge; 3.7
* Toolz &ge; 0.10.0
* TensorFlow &ge; 2.1.0
* Keras &ge; 2.3.1
* numpy &ge; 1.17.4


