GrepRunRepeat/text-to-image-synthesis
Text to image synthesis with GAN-CLS and MSGAN
This project helps researchers and machine learning practitioners generate images from text descriptions. You input a text caption (like "a red bird with a short beak") and receive a synthetic image that attempts to match that description. It's designed for those exploring generative AI models for image creation.
No commits in the last 6 months.
Use this if you are a researcher or student experimenting with text-to-image synthesis using GANs, specifically focusing on bird datasets.
Not ideal if you need a production-ready, highly accurate image generation tool for diverse subjects beyond birds, or if you're not comfortable working with Python scripts and Google Colab.
Stars
26
Forks
8
Language
Jupyter Notebook
License
—
Category
Last pushed
May 02, 2020
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/GrepRunRepeat/text-to-image-synthesis"
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:...