https://github.com/omarazizi/chroma-ai
Turn your Black & White images to colored with AI
https://github.com/omarazizi/chroma-ai
deep-learning image-processing machine-learning neural-networks opencv python
Last synced: 3 months ago
JSON representation
Turn your Black & White images to colored with AI
- Host: GitHub
- URL: https://github.com/omarazizi/chroma-ai
- Owner: OmarAzizi
- Created: 2024-02-12T13:26:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-15T02:09:13.000Z (over 1 year ago)
- Last Synced: 2025-01-31T00:17:10.117Z (5 months ago)
- Topics: deep-learning, image-processing, machine-learning, neural-networks, opencv, python
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chroma-AI

Chroma AI turns your lifeless Black and White images to lively colored ones. To complete this project I used [Zhang's](https://github.com/richzhang/colorization) pretrained model along with OpenCV.
## Examples

## Usage
First clone the repository (**Note** this will take some time because the repo contains the pretrained model)```bash
git clone https://github.com/OmarAzizi/Chroma-AI.git && cd Chroma-AI
```Then run the script and give it the path to your image
```bash
python3 main.py --image
```Then to exit you can press any key.
## Copyright Notice
Copyright (c) 2016, Richard Zhang, Phillip Isola, Alexei A. Efros
All rights reserved.