Path: blob/main/Colorize Images & Videos - DeOldify/README.md
578 views
Colorize Images & Videos - DeOldify
Complete Video Tutorial: https://youtu.be/B1OK6cUfAIc
Project Information
The aim of this project is to revive old images and videos by colorizing them using DeOldify and Python Deep Learning. Old images and videos can lose their color over time and can also become faded, making it hard to see the details. By using DeOldify and Python Deep Learning, we can restore the color and enhance the quality of these old images and videos.
Install Modules
git clone https://github.com/mmaithani/DeOldify.git cd DeOldify pip install -r colab_requirements.txt wget https://data.deepai.org/deoldify/ColorizeArtistic_gen.pth -O ./models/ColorizeArtistic_gen.pth wget https://data.deepai.org/deoldify/ColorizeVideo_gen.pth -O ./models/ColorizeVideo_gen.pth
Libraries
DeOldify