janaSunrise/Anime-face-generation-DCGAN
An interesting and special GAN method consisting of convolutional layers to generate pixel perfect anime images.
This project helps developers and researchers create highly realistic, new anime character faces. It takes existing anime face datasets as input and generates unique, pixel-perfect images of anime characters that don't currently exist. This is ideal for those working on machine learning models related to image generation or artistic synthesis.
No commits in the last 6 months.
Use this if you are a machine learning developer or researcher interested in generating synthetic anime character faces for creative projects, dataset augmentation, or model experimentation.
Not ideal if you are looking for a simple application to edit existing photos into anime style or to create anime characters without engaging with machine learning models and code.
Stars
10
Forks
1
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Jun 18, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/janaSunrise/Anime-face-generation-DCGAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch