Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```