Metadata-Version: 2.1
Name: serpentai-image
Version: 0.1.1
Summary: Image class for Serpent.AI projects
Home-page: https://serpent.ai
License: MIT
Keywords: Image Processing
Author: Nicholas Brochu
Author-email: nicholas@serpent.ai
Requires-Python: >=3.8
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Software Development :: Libraries
Requires-Dist: numpy (>=1.18,<1.19)
Requires-Dist: pillow (>=7.1,<7.2)
Requires-Dist: scikit-image (>=0.17.1,<0.18.0)
Requires-Dist: scikit-learn (>=0.22,<0.23)
Project-URL: Repository, https://github.com/SerpentAI/SerpentAI-Image
Description-Content-Type: text/markdown

# SerpentAI-Image

Image class shared by multiple Serpent.AI Projects. Built on top of _NumPy_, _Pillow_, _scikit-image_ and _scikit-learn_.

### Installation
```
pip install SerpentAI-Image
```
