This is a web app to make real world images to cartoon like artist drawn images. This work is based on 2020 CVPR paper: Learning to Cartoonize Using White-box Cartoon Representations and is Licensed under the CC BY-NC-SA 4.0 license, due to use of citated code of original research.
Technologies used: Tensorflow, Flask, HTML
- It's recommended to use python 🐍 version 3.7
python3 -m pip install -r requirements.txt
python3 main.py
(tada webapp is running in =>
localhost:5000/)
- You can install with docker-compose using:
docker-compose up
You can look at your demo here.
This webapp was featured in top 5 📈 trending projects in MadeWithML
Original project README
This project is Licensed under the CC BY-NC-SA 4.0 license (https://creativecommons.org/licenses/by-nc-sa/4.0/legalcode), due to use of citated code for our research.
If you use this code for your research, please cite original author's paper.
{Wang_2020_CVPR,
author = {Wang, Xinrui and Yu, Jinze},
title = {Learning to Cartoonize Using White-Box Cartoon Representations},
booktitle = {IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2020}
}