This is the source code for a tutorial which takes black & white images, and colorizes them.
It is built ontop of the DeOldify Project by Jason Antic popularly known as Jantic.
-
Clone the GitHub Repo.
git clone https://github.com/jantic/DeOldify
-
Install dependancies.
pip install opencv-python
cd DeOldify
pip install -r requirements.txt
-
Download Pre-trained model: Download the model HERE.
-
Create folder DeOldify/models and place installed model there.
-
Run
Jupyter lab
in terminal. -
Run Notebook ImageColorizer.ipynb
-
Colorize.
Check out the project's repo here
Check out the project's website here