Metadata-Version: 2.1
Name: vsgan
Version: 1.6.0
Summary: VapourSynth Single Image Super-Resolution Generative Adversarial Network (GAN)
Home-page: https://github.com/rlaphoenix/vsgan
License: MIT
Keywords: vapoursynth,upscaling,gan,deep-learning,esrgan
Author: PHOENiX
Author-email: rlaphoenix@pm.me
Requires-Python: >=3.6.2,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Multimedia :: Video
Provides-Extra: docs
Provides-Extra: pytorch
Provides-Extra: vs
Requires-Dist: Sphinx (>=4.3.2,<5.0.0); extra == "docs"
Requires-Dist: VapourSynth (>=57,<58); extra == "vs"
Requires-Dist: dunamai (>=1.7.0,<2.0.0); extra == "docs"
Requires-Dist: furo (>=2021.11.23,<2022.0.0); extra == "docs"
Requires-Dist: m2r2 (>=0.3.2,<0.4.0); extra == "docs"
Requires-Dist: numpy (>=1.19.5,<2.0.0)
Requires-Dist: sphinxcontrib-images (>=0.9.4,<0.10.0); extra == "docs"
Requires-Dist: sphinxcontrib-youtube (>=1.0.1,<2.0.0); extra == "docs"
Requires-Dist: torch (>=1.10.0,<2.0.0); extra == "pytorch"
Project-URL: Repository, https://github.com/rlaphoenix/vsgan
Description-Content-Type: text/markdown

![banner](https://rawcdn.githack.com/rlaphoenix/VSGAN/d7ad537bffb52bdbd1ad07c825cf016964ac57a2/banner.png)

[![Build Tests](https://img.shields.io/github/workflow/status/rlaphoenix/VSGAN/Version%20test?label=Python%203.6%2B%20builds)](https://github.com/rlaphoenix/VSGAN/actions?query=workflow%3A%22Version+test%22)
[![License](https://img.shields.io/github/license/rlaphoenix/VSGAN?style=flat)](https://github.com/rlaphoenix/VSGAN/blob/master/LICENSE)
[![DeepSource](https://deepsource.io/gh/rlaphoenix/VSGAN.svg/?label=active+issues)](https://deepsource.io/gh/rlaphoenix/VSGAN/?ref=repository-badge)
<a href="https://colab.research.google.com/github/rlaphoenix/VSGAN/blob/master/VSGAN.ipynb">
    <img align="right" src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open in Colab"/>
</a>

VSGAN is a Single Image Super-Resolution Generative Adversarial Network (GAN) which uses the VapourSynth processing framework to handle input and output image data.

**Documentation**: https://vsgan.phoeniix.dev  
**License**: [MIT License](LICENSE)

