GokulDas027 / Image-Upscaler

Image upscaling webapp using ProSR architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions to SetUp

Anaconda

Create and activate conda environment

conda create --name pytorch

conda activate pytorch

Install requirements

conda install pytorch==1.5.0 torchvision -c pytorch
conda install scikit-image cython
conda install -c anaconda flask==1.1.2
pip install easydict

Based on the paper

A Fully Progressive Approach to Single-Image Super-Resolution by Wang-Yifan et al at CVPRW 2018

This could be hosted on Colab, temporarily ofcourse..

The ColabNotebook can be accessed here Colab

Examples here

About

Image upscaling webapp using ProSR architecture

License:GNU General Public License v3.0


Languages

Language:Python 84.7%Language:CSS 8.7%Language:HTML 6.7%