- A python package that takes your boring b&W manga and colorises it.
- This package uses the power of deep learning to colorise your manga.
You can directly install it through github as it is still in development phase.
pip install git+https://github.com/chromaticEnhancer/TheModel.git
from themodel import colorize
colorize('path/to/images')
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.