hrithickcodes/Face_generation_using_DCGAN
Tensorflow 1.x was used to build a DCGAN that is capable of generating fake celebrity faces.
This project helps with automatically creating new, realistic-looking celebrity faces that don't actually exist. You provide a dataset of real celebrity images, and it learns to generate entirely new faces. This tool is for anyone interested in synthesizing unique human faces for creative projects or research.
No commits in the last 6 months.
Use this if you need to generate a diverse set of synthetic celebrity faces based on existing image data.
Not ideal if you need to generate faces for specific individuals or require very high-resolution outputs.
Stars
10
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Mar 31, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/hrithickcodes/Face_generation_using_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