Restore images with Python

Manpreet Singh
2 min readNov 24, 2021

Welcome back! Python is an awesome programming language with a ton of capability, if you’re new to this language, check out the link below to learn more:

So, let’s talk about an awesome Python project that allows us to essentially restore images, this specific project is called SwinIR, luckily for us, this project is hosted on GitHub, check out the link below to view it:

This specific project uses PyTorch, a machine learning package made by FaceBook. Once we load this repo, we can see a basic breakdown of this project, as well as some updates that have been made recently:

A little bit lower in the page, we can see some outputs of this project, the following…

--

--