chen0040/keras-text-to-image
Translate text to image in Keras using GAN and Word2Vec as well as recurrent neural networks
This project helps developers create AI models that can generate images from text descriptions. You input a collection of image-text pairs to train the model, and then you can provide new text descriptions to receive unique, AI-generated images. It's designed for machine learning engineers or researchers working with image generation tasks.
No commits in the last 6 months.
Use this if you are a developer looking for a Keras-based solution to experiment with or implement text-to-image generation using GANs and Word2Vec.
Not ideal if you are an end-user without programming skills; this tool requires coding knowledge to use.
Stars
65
Forks
32
Language
Python
License
MIT
Category
Last pushed
May 29, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/diffusion/chen0040/keras-text-to-image"
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:...