automatic-manga-colorization icon indicating copy to clipboard operation
automatic-manga-colorization copied to clipboard

Use keras.js and cyclegan-keras to colorize manga automatically. All computation in browser. Demo is online:

Manga Colorization In Browser [Demo-Link] [Demo-Introduction]

Ongoing web applications for automatic manga colorization with models totally run in browser.

Built based on keras.js demos, Use Keras.js to run Models in everyone's browser.

Model Training

Model is trained with my keras implementation of cycle-gan, it's based on pytorch-CycleGan (by junyanz) and tf/torch/keras/lasagne (by tjwei).

Trained model is converted to Keras.js model by keras.js Model Conversion

Demo Limits

Due to some compatibility issues of keras,js, demo has problems when run in browsers of mobile devices.

Latest Chrome desktop version or Firefox desktop version is recommended for best user experience.