Skip to content

In progress repository for Codestorm Hackathon problem 8. Image supersampling,denoising and editor in python.

Notifications You must be signed in to change notification settings

Zorrat/Image-Denoiser-Supersampling-and-Editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Image SuperSamping,Denoiser and Image Editor App.

This app was created for the Codestorm hackathon. This project utilizes 2 AI based image upsampling models to upsample images by a scale of 3x. All editing functions are implemented with OpenCV 4.3.0. The models used in this project are

https://arxiv.org/abs/1707.02921

https://arxiv.org/abs/1608.00367

Requirements : Create a virtual conda enviornment since opencv = 4.3 may clash with spyder.

conda create --name vEnv1 python=3.7
conda activate vEnv1
conda install -c conda-forge opencv=4.3.0
pip install streamlit

Usage

streamlit run main.py

Application demo video. Click the magic butterfly :)

Watch the video

About

In progress repository for Codestorm Hackathon problem 8. Image supersampling,denoising and editor in python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages