An open API service indexing awesome lists of open source software.

https://github.com/d4rk-lucif3r/super-resolution-gan-demo

Simple Super Resolution GAN Demo
https://github.com/d4rk-lucif3r/super-resolution-gan-demo

Last synced: 3 months ago
JSON representation

Simple Super Resolution GAN Demo

Awesome Lists containing this project

README

        

# Super Resolution GAN

The aim of this project is to super resolve the Low Res images using SRGAN.





  

## Installation

1. Clone this repository
2. Install the requirements using `pip install -r requirements.txt`

## Usage

```python app.py```

## Deployment on TrueFoundry

```python deploy.py```

## Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License

MIT License

## Blog

[Medium Blog]()

## Acknowledgements

[Original SRGAN Repo](https://github.com/Lornatang/SRGAN-PyTorch)

[Original SRGAN Paper](https://arxiv.org/abs/1609.04802v5)

[My Fork of SRGAN](https://github.com/d4rk-lucif3r/SRGAN-PyTorch)