gan-models
There are 17 repositories under gan-models topic.
Kobaayyy/Awesome-CVPR2024-ECCV2024-AIGC
A Collection of Papers and Codes for CVPR2024/ECCV2024 AIGC
Tejas-Nanaware/GAN-Anime-Characters
Creating Anime Faces using Generative Adversarial Networks (GAN) techniques such as: DCGAN, WGAN, StyleGAN, StyleGAN2 and StyleGAN3. Top repos on GitHub for AnimeFace GAN Generative AI Models
Kobaayyy/Awesome-AIGC-Research-Groups
A Collection of AIGC Research Groups
aniketmaurya/pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
lordtt13/GAN-s
All GAN models in Keras
abzsd/GSoC-ML4SCI
Repository of Applications of Quantum Machine Learning in HEP
curthenrichs/CS534-Term-Project-GAN-Models
Collection of GANs created during development.
purvilmehta06/Image-Super-Resolution-Using-GAN-SRGAN
This repo contains the project work carried out for the course Deep Learning in my B. Tech Final Year DA-IICT. It is the replication of the code in simpler terms available on GitHub.
crypto-code/BigGAN-Pretrained
Uses a Pretrained Network (using Google's Deepmind) to generate images.
lenguyenngoclam/Variety_of_GAN_Implementation
In this repository, I will implement variety of GAN model using Tensorflow framework
Anne-Andresen/Multi-Modal-cuda-C-GAN
Raw C/cuda implementation of 3d GAN
zoppellarielena/Standard-GAN-vs-WGAN-for-Image-Colorization
Developed for the "Neural Networks and Deep Learning" course, this project utilizes PyTorch for GAN implementation.
tarushi98/DCGAN-MNIST
This is a DCGAN trained on MNIST model. It has all the specifications as described the original paper on Deep Convolutional General Adversarial Training
letsdoitbycode/GAN-model-implementation
This project implements a Deep Convolutional GAN (DCGAN) to generate handwritten digit images similar to those in the MNIST dataset. The project includes the model design, training script, and utilities for managing data and generating images, all set up to run in a self-contained environment.
MuhammadTayyebHamid/Face-Sketch-Synthesis-Using-CycleGAN
Implementation of CycleGAN based model from scratch on Person Face Sketch Dataset.