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
- Host: GitHub
- URL: https://github.com/d4rk-lucif3r/super-resolution-gan-demo
- Owner: d4rk-lucif3r
- Created: 2022-11-25T10:08:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T11:35:17.000Z (over 2 years ago)
- Last Synced: 2025-01-22T09:52:33.965Z (4 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 6.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)