Skip to content

A deep learning model to convert real-world images into Ghibli-style anime images using custom-trained image translation architecture.

Notifications You must be signed in to change notification settings

amitabh-anandpd/realToGhibliGAN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realToGhibliGAN

This project implements a Generative Adversarial Network (GAN) for translating real-world images into Studio Ghibli-style anime images. The model uses a U-Net based Generator, a PatchGAN Discriminator, and a combination of L1 loss, adversarial loss, and perceptual loss to produce high-quality anime-style outputs.

Dataset link (kaggle)

Current model output -

Original Model Output

Notes

As you can see from the output, it is not completely giving desired outputs. One reason might be downsampling. If we keep the resolution high, we might be able to retain the low level features like eyes and nose. But that requires more computation power and kaggle and google colab's free version are not sufficient. Hence, it is not yet complete.

About

A deep learning model to convert real-world images into Ghibli-style anime images using custom-trained image translation architecture.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages