Metadata-Version: 2.1
Name: image-enhancer-vc
Version: 0.1.1
Summary: A deep learning-powered image enhancement library using Real-ESRGAN and GFPGAN
Author: Innamuri Ahalya
Author-email: innamuriahalya1234@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: torch >=1.10.0
Requires-Dist: opencv-python >=4.5.0
Requires-Dist: numpy <2.0,>=1.19.0
Requires-Dist: Pillow >=9.0.0
Requires-Dist: basicsr >=1.4.2
Requires-Dist: realesrgan >=0.3.0
Requires-Dist: gfpgan >=1.3.8
Requires-Dist: urllib3 <2.0

# image-enhancer-vc

A deep learning-based image enhancement tool using Real-ESRGAN and GFPGAN.

## Features

- Super-resolution with Real-ESRGAN
- Face enhancement using GFPGAN
- Blurriness detection & image validation

## Installation

```bash
pip install -e .
