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.
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.
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/