Metadata-Version: 2.1
Name: image-enhancer-vcl
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

#  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
