Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 638 Bytes

File metadata and controls

37 lines (22 loc) · 638 Bytes

image-enhancer

Naive approach to enhance image resolution

Installation

Prerequisites

  • Python 3.13+

Setup

  1. Install dependencies:
pip install -e .

Caution

Larger images will take longer time

Usage

Before running, update the FILE_PATH and SCALE variables in src/config.py to point to your image file.

Run the prediction script:

./run.sh

Before enhancement

Before enhancement

After enhancement with scale=4

After enhancement