Metadata-Version: 2.1
Name: my-unique-isr-package
Version: 2.2.0
Summary: Image Super Resolution
Author: Francesco Cardinale
Author-email: testadicardi@gmail.com
License: Apache 2.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: imageio
Requires-Dist: numpy
Requires-Dist: tensorflow==2.*
Requires-Dist: tqdm
Requires-Dist: pyaml
Requires-Dist: h5py==2.10.0
Provides-Extra: dev
Requires-Dist: bumpversion==0.5.3; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs==1.0.4; extra == "docs"
Requires-Dist: mkdocs-material==4.0.2; extra == "docs"
Provides-Extra: gpu
Requires-Dist: tensorflow-gpu==2.*; extra == "gpu"
Provides-Extra: tests
Requires-Dist: pytest==4.3.0; extra == "tests"
Requires-Dist: pytest-cov==2.6.1; extra == "tests"


ISR (Image Super-Resolution) is a library to upscale and improve the quality of low resolution images.

Read the documentation at: https://idealo.github.io/image-super-resolution/

ISR is compatible with Python 3.6 and is distributed under the Apache 2.0 license.
