Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (12 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T02:09:13.000Z (12 months ago)
- Last Synced: 2024-12-03T22:09:25.553Z (2 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
![Python](https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54)
![OpenCV](https://img.shields.io/badge/opencv-%23white.svg?style=for-the-badge&logo=opencv&logoColor=white)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
![Screenshot from 2024-02-12 17-05-15](https://github.com/OmarAzizi/Chroma-AI/assets/110500643/234bf00a-3bef-416f-947a-cce74c62ffbb)![Screenshot from 2024-02-12 17-07-54](https://github.com/OmarAzizi/Chroma-AI/assets/110500643/455bc679-aab0-4dc1-8474-0adf8589e147)
## 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.