Skip to content

This is an Image Enhancement project which uses EDSR, WDSR, and SRGAN methods to increase the resolution of an image while also improving the details significantly.

License

Notifications You must be signed in to change notification settings

NahushKulkarni/ImageEnhancer

Repository files navigation

ImageEnhancer

Screenshots

Sample_1

Sample_2

Sample_3

Sample_4

Project Setup
  1. Clone this repository
git clone https://github.com/NahushKulkarni/ImageEnhancer.git
  1. Navigate to ImageEnhancer folder
cd ImageEnhancer
  1. Create Virtual Environment
virtualenv env
  1. Activate Virtual Environment
source ./env/bin/activate
  1. Install dependencies
pip install -r requirements.txt
  1. Run ImageEnhancer.py
python ImageEnhancer.py
This README.md was made to best work with MacOS and Linux Distributions

About

This is an Image Enhancement project which uses EDSR, WDSR, and SRGAN methods to increase the resolution of an image while also improving the details significantly.

Topics

Resources

License

Stars

Watchers

Forks

Languages