A tool to transfer movie into comics by keyframe extracting, voice recognition and style transfer techniques.
- Use Docker images stardustdl/movie2comic.
Docker image mirror: registry.cn-hangzhou.aliyuncs.com/stardustdl/movie2comic
docker-compose up
- Visit
http://localhost:5000
.
- White-box-Cartoonization Official tensorflow implementation for CVPR2020 paper “Learning to Cartoonize Using White-box Cartoon Representations”. Licensed under the CC BY-NC-SA 4.0.
- DeepSpeech DeepSpeech is an open source embedded (offline, on-device) speech-to-text engine which can run in real time on devices ranging from a Raspberry Pi 4 to high power GPU servers. Licensed under the MPL-2.0.
In 2019, Rivers-Shall, Forewing and I (StardustDL) came up with this idea after discussion, and we wrote a much simpler demo than this. Thesedays (2020), I re-implement this idea by myself and that is this project.