Enhancing Image Quality With Deep Learning
Started the build of this application in September 2020 as a hobby project.
About This Project
This project implements image super-resolution using convolution neural networks and auto-encoders. This project idea was taken from a coursera course and part of the implementation was guided from an article.
The idea here is to train a neural network using auto encoders in order to enhance the resolution of images.
Implemented with Python.