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.
- Host: GitHub
- URL: https://github.com/wesleyaldrich/couleurs_prototype
- Owner: wesleyaldrich
- License: mit
- Created: 2024-08-23T07:29:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-28T08:19:43.000Z (over 1 year ago)
- Last Synced: 2025-03-23T09:15:01.373Z (12 months ago)
- Topics: ai, colorizer, deoldify, tkinter-python
- Language: Python
- Homepage:
- Size: 1.7 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/