Skip to content

gitgoap/DeFogify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project implements a single-image haze removal technique using the Dark Channel Prior, as described in the research paper: Single Image Haze Removal Using Dark Channel Prior The dehazing algorithm is designed to enhance the quality of images affected by haze. This method is effective for various applications in image processing where haze reduction is required.

Demo

Dehazed Image

Dehazed Image

Dehazed Image

Live Demo

You can try the dehazing app live at Hugging Face:

Visit DeFogify in 🤗 space

Installation

Ensure you have the required Python packages installed. You can find the dependencies listed in the requirements.txt file.

To install the required packages, use:

pip install -r requirements.txt