Generative Adversarial Network topic

Generative adversarial networks (GAN) are a class of generative machine learning frameworks. A GAN consists of two competing neural networks, often termed the Discriminator network and the Generator network. GANs have been shown to be powerful generative models and are able to successfully generate new data given a large enough training dataset.

List Generative Adversarial Network repositories

Sketch2Color-anime-translation

110
Stars
23
Forks
Watchers

Given a simple anime line-art sketch the model outputs a decent colored anime image using Conditional-Generative Adversarial Networks (C-GANs) concept.

arbitrary-text-to-image-papers

215
Stars
25
Forks
Watchers

A collection of arbitrary text to image papers with code (constantly updating)

Pytorch-conditional-GANs

104
Stars
22
Forks
Watchers

Implementation of Conditional Generative Adversarial Networks in PyTorch

deep-learning-roadmap

58
Stars
14
Forks
Watchers

my own deep learning mastery roadmap

ContraD

189
Stars
24
Forks
Watchers

Code for the paper "Training GANs with Stronger Augmentations via Contrastive Discriminator" (ICLR 2021)

BicycleGAN

1.5k
Stars
254
Forks
Watchers

Toward Multimodal Image-to-Image Translation

CycleGAN

12.2k
Stars
1.9k
Forks
Watchers

Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.

iGAN

4.0k
Stars
593
Forks
Watchers

Interactive Image Generation via Generative Adversarial Networks