mtong0505 / Cartoonizer

A web-app to white box cartoonize your images!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Toon-it

Python Tensorflow License

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

Installation

  • 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

License

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.

Citation

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}
}

About

A web-app to white box cartoonize your images!

License:Other


Languages

Language:Python 75.2%Language:HTML 13.6%Language:CSS 9.2%Language:JavaScript 1.5%Language:Dockerfile 0.5%