Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 593 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 593 Bytes

Enhance-app

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