An open API service indexing awesome lists of open source software.

https://github.com/adeelh/text-to-image

A DC-GAN for generating images from text (class project for Neural Networks, CS682, Fall 2018)
https://github.com/adeelh/text-to-image

Last synced: 4 months ago
JSON representation

A DC-GAN for generating images from text (class project for Neural Networks, CS682, Fall 2018)

Awesome Lists containing this project

README

          

# text-to-image
A DC-GAN for generating images from text (class project for Neural Networks, CS682, Fall 2018)

## Results
![results](./examples.png)

## Arhcitecture

### Overview
![overview](./architecture-overview.png)

### Generator
![generator](./architecture-generator.png)

### Discriminator
![discriminator](./architecture-discriminator.png)