Black-white photo colorization
Scientific basis
The colorization algorithm was developed by Zhang, et al, and is detailed here:
http://richzhang.github.io/colorization/
PyImageSearch
The algorithm implementation is taken from here:
Pre-trained data, inspiration etc
Inspiration, data etc is taken from here: https://github.com/PySimpleGUI/PySimpleGUI-Photo-Colorizer
Tech & tools
The app itself is written in Python.
The following libs & frameworks are used: NumPy, OpenCV, PySide 6.
There are plans to use Nuitka for app compilation.