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

https://github.com/wesleyaldrich/couleurs_prototype

Desktop application prototype for Couleurs, a simple image colorizing project. The application is supposed to receive inputs in form of images, then return the colorized same image.
https://github.com/wesleyaldrich/couleurs_prototype

ai colorizer deoldify tkinter-python

Last synced: 5 months ago
JSON representation

Desktop application prototype for Couleurs, a simple image colorizing project. The application is supposed to receive inputs in form of images, then return the colorized same image.

Awesome Lists containing this project

README

          

# Couleurs
**Couleurs** is a simple image colorizing project. The application is supposed to receive inputs in form of images, then return the colorized same image.
This project utilizes the model of **DeOldify by Jason Antic** as the AI to colorize images.

# Prototype
In this repository, I'm creating the prototype for the application using **Tkinter**. The goal of this project is:
- To make sure I completely understand how **DeOldify AI** works.
- To simply learn how to use **Tkinter** framework in building simple desktop applications.

# How to use
Clone this repository into your device, then run the **"app.py"** file from your terminal (e.g. "python app.py" for Windows, "python3 app.py" for Ubuntu).
If any error pops up, it might be because some required libraries are not in your device. Install all the dependencies that are "_unrecognized_".

---

- DeOldify by Jason Antic
https://github.com/jantic/DeOldify/