Metadata-Version: 2.1 Name: ISR Version: 2.1 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: Keras (==2.2.4) Requires-Dist: numpy (==1.16.2) Requires-Dist: tensorflow (==1.13.1) Requires-Dist: tqdm 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 (==1.13.1) ; 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.