This repository contains a convolutional neural network (CNN) model specifically trained to deblur images of text. It is designed to evaluate and compare its performance against the general-purpose image deblurring model, DeblurGAN
-
Clone the Repository:
git clone https://github.com/slymachenko/text-image-deblur.git cd text-image-deblur -
Install Dependencies:
Ensure you have Python and the required libraries installed. You can use conda enviornment provided inrequirements.txt:conda create --name text-image-deblur --file requirements.txt conda activate text-image-deblur
-
Run the Model:
Use the provided Jupyter Notebook main.ipynb to train or evaluate the model.
This project is licensed under the MIT License. See the LICENSE file for more details.