Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iamyuvraj/colorize-black-and-white-images
This is a Python-based Project on 'Colourizing Black and White Images' using Deep Learning.
https://github.com/iamyuvraj/colorize-black-and-white-images
colorize-image project python
Last synced: about 3 hours ago
JSON representation
This is a Python-based Project on 'Colourizing Black and White Images' using Deep Learning.
- Host: GitHub
- URL: https://github.com/iamyuvraj/colorize-black-and-white-images
- Owner: iamyuvraj
- License: gpl-3.0
- Created: 2021-11-28T11:30:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-05T20:37:08.000Z (about 2 years ago)
- Last Synced: 2023-07-27T16:37:41.273Z (over 1 year ago)
- Topics: colorize-image, project, python
- Language: Python
- Homepage: https://github.com/iamyuvraj/Colorize-Black-and-White-Images/blob/main/Screenshots.md
- Size: 1.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Colorize Black and White Images
*****
This is a python based project on Colourizing Black and White Images using Deep Learning.
[Click Here to view the screenshots of the project.](https://github.com/iamyuvraj/Colorize-Black-White-Images/blob/main/Screenshots.md)
*****How to setup:
In order to run the program we will be needing a few libraries, modules and dependencies.First, Create a folder called "venv" and install the following modules:
OpenCV - pip install opencv-python
Pillow - pip install pillow
NumPy - pip install numpy
TKinter - pip install tk
*****
"venv" folder should look like this:
![venv folder](ref_images/image2.png "Venv Folder Contents")Now, inside the "models" folder there should be three files:
[1.] colorization_deploy_v2.prototxt
[2.] pts_in_hull.npy
[3.] colorization_release_v2.caffemodel"colorization_release_v2.caffemodel" file is not included because of large file size, we need to download, it can be found [here.](https://drive.google.com/drive/folders/1FaDajjtAsntF_Sw5gqF0WyakviA5l8-a)
P.S. I don't have these files on my drive, credits to the file hoster.After having all the files the "models" folder should look like this:
![models folder](ref_images/image1.png "3 Models Files")The root folder should look like this:
![root folder](ref_images/image3.png "Root Folder with all Files")***********************************************************************