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

https://github.com/nikhilcodes/image-recolorizer

Application of CNN to auto colour black and white nature image.
https://github.com/nikhilcodes/image-recolorizer

cnn image-recolorizer python tensorflow tensorflow2

Last synced: 2 months ago
JSON representation

Application of CNN to auto colour black and white nature image.

Awesome Lists containing this project

README

          

# Image Recolorizer
CNN implementation to automatically color a black and white image.

# Installing Dependencies
```
pip install -U pip
pip install -r requirements.txt
```

# Usage
`python colorize.py `

# Demo
![Demo1](demo/demo-1.png)
![Demo2](demo/demo-2.png)