Upscaling images using EDSR and LapSRN

less than 1 minute read

Published:

In this blog post, we will build a web application to upscale your low-resolution image. To build the application, we will use Streamlit, which we can run on our local PC. You can also deploy the application to the Streamlit cloud server for free. For this development, I will only show you how you can use the EDSR (Enhanced Deep Residual Networks for Single Image Super-Resolution) and LapSRN (Laplacian Super Resolution Networks) trained models directly for your application and get the result. The full implementation of the code is available in my GitHub repository. …

Read more in medium