Metadata-Version: 2.1
Name: ISR
Version: 2.2.0
Summary: Image Super Resolution
Home-page: UNKNOWN
Author: Francesco Cardinale
Author-email: testadicardi@gmail.com
License: Apache 2.0
Platform: UNKNOWN
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
Requires-Dist: imageio
Requires-Dist: numpy
Requires-Dist: tensorflow (==2.0.0)
Requires-Dist: tqdm
Requires-Dist: pyaml
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.0.0) ; 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.


