Skip to content

Latest commit

 

History

History
47 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

47 lines (23 loc) · 1.04 KB

Color Transformations

This is to convert black and white images into color images using pre-trained . This process, known as image colorization, enhances the visual appeal and informational content of grayscale images.

Installation

1.Clone my project using the following command.

  git clone https://github.com/Ram-Pathuri/Color_Transformaton.git
  

2.Install the required dependencies using pip

 pip install -r requirements.txt

3.Download the pre trained model from below link and place it Models Folder.

https://www.dropbox.com/s/dx0qvhhp5hbcx7z/colorization_release_v2.caffemodel?dl=1

4.Move to Main1.py file then run the folde,later it will ask to enter the file location.

5.Then the model will load then it will display the outputs.

Output

App Screenshot

Futher Improvements

  • Creating a web application to handle this,such we can download the resultant image.
  • Able to handle the videos.

Stay tune for updates 👋