Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 526 Bytes

File metadata and controls

20 lines (14 loc) · 526 Bytes

What is this repo ?

This repository is a Keras implementation of Deblur GAN. It runs a Flask based webserver to get the output image from the trained model. Below is a sample result (from left to right: sharp image, blurred image, deblurred image)

Sample results

Installation

virtualenv venv -p python3
. venv/bin/activate
pip install -r requirements/requirements.txt
pip install -e .

To start the Web Server

python deblur_image.py