Image Deblurring Deep Learning Model Built Over Tensorflow 2.X and Keras
The architeture was built taking the specifications from DeblurGAN-V2 Paper by Orest Kupyn and Team "DeblurGAN-v2: Deblurring (Orders-of-Magnitude) Faster and Better" as well as the Datasets recomended by the authors.
For training the model, we setup a training pipeline making the most out of Google Colab (We dont have budget for powerful local machines or Cloud Computing services). This repo contains the Jupyter Notebooks used as well as the Python Scripts for the different parts the the pipeline.
The Jupyter Notebook contains the Deployment Logic for easier interations for the Researchers. This model iterations are commited to Deep Deblurring Serving repository. From it, the Serving/Deployment of the model its done. Details on the serving repository.
