gan-models
There are 20 repositories under gan-models topic.
Kobaayyy/Awesome-CVPR2025-ICCV2025-CVPR2024-ECCV2024-AIGC
A Collection of Papers and Codes for CVPR2025/ICCV2025/CVPR2024/ECCV2024 AIGC
Kobaayyy/Awesome-AIGC-Research-Groups
A Collection of AIGC Research Groups
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
aniketmaurya/pytorch-gans
PyTorch implementation of GANs (Generative Adversarial Networks). DCGAN, Pix2Pix, CycleGAN, SRGAN
abzsd/GSoC-ML4SCI
Repository of Applications of Quantum Machine Learning in HEP
lordtt13/GAN-s
All GAN models in Keras
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.
ArshTiwari2004/Sahyog
Centralized Disaster Response and Inventory Management System that leverages AI and Google Cloud Technologies to predict disasters, optimize resource management, and provide real-time coordination.
crypto-code/BigGAN-Pretrained
Uses a Pretrained Network (using Google's Deepmind) to generate images.
curthenrichs/CS534-Term-Project-GAN-Models
Collection of GANs created during development.
Anne-Andresen/Multi-Modal-cuda-C-GAN
Raw C/cuda implementation of 3d GAN
lenguyenngoclam/Variety_of_GAN_Implementation
In this repository, I will implement variety of GAN model using Tensorflow framework
MuhammadTayyebHamid/Face-Sketch-Synthesis-Using-CycleGAN
Implementation of CycleGAN based model from scratch on Person Face Sketch Dataset.
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.
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
bPavan16/GANs-implemented
Pytorch Implementation of GANs
Callum-OP/Digits-Generator-GAN-Model
A basic Generative Adversarial Network (GAN) model made on VS Code using Python and PyTorch, for generating new images of handwritten numbers. Uses the MNIST dataset.