Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 7 days 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 (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-13T18:23:11.000Z (4 months ago)
- Last Synced: 2024-09-14T09:08:58.213Z (4 months ago)
- Topics: artificial-intelligence, machine-learning, opencv, python, streamlit
- Language: Python
- Homepage: https://colorize-it.streamlit.app
- Size: 313 KB
- Stars: 0
- Watchers: 2
- 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.
![App Screenshot](resources/app-example.png)
## 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
```