YigitGunduc/Conditional-GANs-CGANs
Conditional Generative Adversarial Networks(cgans) to convert text to image implemented in Python and TensorFlow & Keras
This project helps researchers and AI practitioners generate new images from text descriptions. You provide a text label, and it outputs a corresponding synthetic image. This is useful for anyone working on creating visual data based on semantic inputs.
No commits in the last 6 months.
Use this if you need to create diverse image examples from simple textual prompts or labels, without needing actual photographs.
Not ideal if you need to generate highly realistic, nuanced images from complex, descriptive sentences, as this focuses on label-based generation.
Stars
10
Forks
4
Language
Python
License
MIT
Category
Last pushed
Feb 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/generative-ai/YigitGunduc/Conditional-GANs-CGANs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
junyanz/CycleGAN
Software that can generate photos from paintings, turn horses into zebras, perform style...
aleju/face-generator
Generate human faces with neural networks
junyanz/iGAN
Interactive Image Generation via Generative Adversarial Networks
HyperGAN/HyperGAN
Composable GAN framework with api and user interface
cs-chan/ArtGAN
ArtGAN + WikiArt: This work presents a series of new approaches to improve GAN for conditional...