Demo web app for image resolution enhancement using Pytorch and fastai
Available at deepenhance
The model is a U-Net network trained on a subset of the Open Images dataset. The code needed to recreate the training data and train the model is detailed in the Jupyter notebook in the notebooks directory.
Code for the web app is based on work by Pankaj Mathur and fastai