yashashwita20/text-to-image-using-GAN
This is a PyTorch-based implementation of the Generative Adversarial Text-to-Image Synthesis paper, utilizing a GAN architecture inspired by DCGAN with text descriptions as inputs to generate images.
This helps researchers in artificial intelligence and machine learning synthesize images from textual descriptions. You provide a written description, like "a small bird with a red belly," and the system generates an image that visually matches that text. It's used by AI researchers and practitioners exploring generative models and image synthesis.
No commits in the last 6 months.
Use this if you are an AI researcher or developer experimenting with Generative Adversarial Networks (GANs) to create images from text descriptions.
Not ideal if you need a production-ready application for general image generation or if you are not familiar with deep learning frameworks like PyTorch.
Stars
19
Forks
2
Language
Jupyter Notebook
License
—
Category
Last pushed
Jul 20, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/yashashwita20/text-to-image-using-GAN"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Yutong-Zhou-cv/Awesome-Text-to-Image
(ෆ`꒳´ෆ) A Survey on Text-to-Image Generation/Synthesis.
tobran/DF-GAN
[CVPR2022 oral] A Simple and Effective Baseline for Text-to-Image Synthesis
aelnouby/Text-to-Image-Synthesis
Pytorch implementation of Generative Adversarial Text-to-Image Synthesis paper
akanimax/T2F
T2F: text to face generation using Deep Learning
woozzu/tagan
An official PyTorch implementation of the paper "Text-Adaptive Generative Adversarial Networks:...