Deploy SRGAN model using Flask

You can visit our SRGAN model here

  • app.py - Run web
  • uploads, enhance - Save image that you load from the computer and image after enhancing
  • model - Save the model architecture and weights
  • templates - HTML file
  • Procfile, requirements.txt, Update requirements.txt, runtime.txt for deploying on Heroku

Demo

Run app.py - (I'm running localhost)

Choose Choose file and select image you want to enhance. Then press Enhance button

Code reference:

Web: 🔗 Youtube