https://github.com/javi-aranda/colorization
Colorization allows you to bring color back to black and white pictures.
https://github.com/javi-aranda/colorization
artificial-intelligence machine-learning opencv python streamlit
Last synced: 2 months ago
JSON representation
Colorization allows you to bring color back to black and white pictures.
- Host: GitHub
- URL: https://github.com/javi-aranda/colorization
- Owner: javi-aranda
- Created: 2024-07-27T07:40:51.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-13T18:23:11.000Z (almost 2 years ago)
- Last Synced: 2025-09-05T12:54:43.552Z (10 months ago)
- Topics: artificial-intelligence, machine-learning, opencv, python, streamlit
- Language: Python
- Homepage: https://colorize-it.streamlit.app
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colorization
Colorization allows you to bring color back to black and white pictures.
This is a simple application written in Streamlit that uses a pre-trained model to colorize images, using the Colorization model.

## How to run the app
To run the app, you need to install the required libraries. You can do this by running:
```bash
pip install -r requirements.txt
```
Then, you can run the app with:
```bash
streamlit run app.py
```