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)
virtualenv venv -p python3
. venv/bin/activate
pip install -r requirements/requirements.txt
pip install -e .
python deblur_image.py
