Kash6 / AnimeBot

Face Morphing GAN to convert real faces into anime faces.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AnimeBot

Description

This project takes on the problem of transferring the style of cartoon images to real-life photographic images by implementing previous work done by CartoonGAN. We trained a Generative Adversial Network(GAN) to convert real life pictures/faces to anime faces.

Publishing

Our paper can be found on the scientific journal NeuroQuantology which is included in the Scopus database. Based on 2020, SJR is 0.191. Publisher country is Turkey. The main subject areas of published articles are Developmental Neuroscience, Cognitive Neuroscience, Atomic and Molecular Physics, and Optics.

DOI: https://www.neuroquantology.com/article.php?id=6556

Predict

Predict by running predict.py.

Example:

python predict.py -i C:/folder/input_image.png -o ./output_folder/output_image.png

Demonstration

Image # Original Our CartoonGan implementation
1 image image
2 image image
3 image image
4 image image
5 image image

About

Face Morphing GAN to convert real faces into anime faces.

License:MIT License


Languages

Language:Jupyter Notebook 81.9%Language:Python 18.1%