matin-ghorbani/Celeb-a-GAN-PyTorch
Implement a GAN for Celeb_a dataset to generate celebrities faces with PyTorch
This project helps anyone interested in generating new, realistic celebrity faces. By providing an existing model trained on a large dataset of celebrity images, it generates unique, high-quality facial images. This is ideal for artists, designers, or researchers who need a source of diverse and lifelike human faces for creative projects or studies.
No commits in the last 6 months.
Use this if you need to create a collection of novel, synthetic celebrity-like portraits without starting from scratch.
Not ideal if you need to generate images of specific individuals or if your project requires highly customizable facial features beyond what a pre-trained model offers.
Stars
16
Forks
—
Language
Jupyter Notebook
License
MIT
Category
Last pushed
May 17, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/matin-ghorbani/Celeb-a-GAN-PyTorch"
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