Project information
- Language: Python
- Project date: 24 April, 2022
- Github Repository: github.com/Bencrorules/Team_12_Project_4
- Link to video demonstration
About
A team consisting of three Computer Science students and I created an app that allows you to convert a black and white image to a colorized one. If one black and white image is selected, both the black and white and the newly colorized image appear on the interface. If multiple black and white images are selected, a subdirectory is created containing the colorized images. The converter's interface was created using Tkinter, which is a Python package used for constructing GUI's. The black and white to color conversion was made possible using Richard Zhang's pre-trained colorization neural network. Lastly, we also have tests ran in the console to ensure the conversion was made smoothly and correctly.