IgorSusmelj/ABC-GAN
Official repository for ABC-GAN
This project helps generate highly realistic artificial images, particularly of faces and other common objects, from scratch. You provide a dataset of real images (like celebrity faces or specific object categories), and it learns to produce new, unique images that look strikingly similar to the real ones. This is designed for researchers or practitioners working in computer vision, synthetic data generation, or creative content generation who need to create large quantities of diverse, high-quality images.
No commits in the last 6 months.
Use this if you need to generate high-resolution, photorealistic images from a given dataset and want to achieve stable training with reduced manual tuning.
Not ideal if you're looking for a user-friendly interface or a tool for image editing rather than pure generation, or if you don't have access to GPU resources.
Stars
12
Forks
5
Language
Python
License
MIT
Category
Last pushed
Aug 19, 2017
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/IgorSusmelj/ABC-GAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
zhangqianhui/Conditional-GAN
Tensorflow implementation for Conditional Convolutional Adversarial Networks.
mit-han-lab/data-efficient-gans
[NeurIPS 2020] Differentiable Augmentation for Data-Efficient GAN Training
EugenHotaj/pytorch-generative
Easy generative modeling in PyTorch
kundan2510/pixelCNN
Theano reimplementation of pixelCNN architecture
shaohua0116/DCGAN-Tensorflow
A Tensorflow implementation of Deep Convolutional Generative Adversarial Networks trained on...