https://github.com/kasraskari/image-colorizer
image colorizer with OpenCV & Deep-Learning
https://github.com/kasraskari/image-colorizer
caffe caffemodel colorization deep-learning image-colorization jupyter-notebook opencv python
Last synced: 5 months ago
JSON representation
image colorizer with OpenCV & Deep-Learning
- Host: GitHub
- URL: https://github.com/kasraskari/image-colorizer
- Owner: KasrAskari
- License: mit
- Created: 2024-09-14T12:19:16.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-05T08:19:48.000Z (about 1 year ago)
- Last Synced: 2025-07-26T01:38:37.668Z (11 months ago)
- Topics: caffe, caffemodel, colorization, deep-learning, image-colorization, jupyter-notebook, opencv, python
- Language: Jupyter Notebook
- Homepage:
- Size: 2.02 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 🎨 **Image-Colorizer**
## 📌 Overview
The **Image-Colorizer** project harnesses deep learning to **automatically add color** to grayscale images. By leveraging advanced neural networks, this tool predicts and applies realistic colors, breathing life into black-and-white photos with **vibrant, natural-looking results**.
---
## 🚀 Features
✅ **Automatic Colorization** – Converts grayscale images to full-color effortlessly.
✅ **Versatile Image Support** – Works with various image types and styles.
✅ **Deep Learning Powered** – Utilizes cutting-edge neural networks for **accurate & lifelike** colorization.
---
## 📂 Project Structure
```
Image-Colorizer/
├── data/ # Sample grayscale images & datasets
├── models/ # Pre-trained deep learning models
├── scripts/ # Python scripts for preprocessing, training, and inference
├── outputs/ # Folder to store colorized images
└── README.md # Project documentation
```
---
## 🛠 Technologies Used
- 🐍 **Python** – Core programming language
- 🤖 **TensorFlow** – Deep learning framework for training and inference
- 📷 **OpenCV** – Image processing for handling inputs and outputs
---
## 🔗 Acknowledgments
📌 **Pre-trained Model:** [colorization_release_v2.caffemodel](https://storage.openvinotoolkit.org/repositories/datumaro/models/colorization/)
---
## 📜 License
This project is open-source and available under the **MIT License**.