Metadata-Version: 2.1
Name: image-enhancer-vcl
Version: 0.1.2
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–powered image enhancement tool using **Real-ESRGAN** for super-resolution and **GFPGAN** for face restoration. 
Includes built-in image validation and blurriness detection.

---

##  Features

-  Super-resolution with Real-ESRGAN
-  Face restoration using GFPGAN
-  Blurriness detection using Laplacian variance
-  Validates image format and integrity before processing

---

## Installation

###  Development Mode (recommended for local editing)

```bash

pip install image-enhancer-vc
