dcgans
There are 19 repositories under dcgans topic.
diegoalejogm/gans
Generative Adversarial Networks implemented in PyTorch and Tensorflow
Kuntal-G/Books
This repository contains code and bonus content which will be added from time to time for the books "Learning Generative Adversarial Network- GAN" and "R Data Analysis Cookbook - 2nd Edition" by Packt
prajjwal1/gans
Implementation of generative models
Ahmed-Habashy/DCGAN-on-CIFAR10
In this script, we use Deep Convolutional Generative Adversarial Networks (DCGANs) to generate new images that resemble CIFAR10 dataset images.
Mainakdeb/deceptive-digits
Use conditional-dcgans to generate realistic images of digits
rajatha94/capnet-GAN
Implementation of Capsule Network architecture in GANs using MNIST dataset
agoila/udacity-dlnd-P5
Generating faces using DCGANs
explainingai-code/DCGAN-Pytorch
This repo implements DCGAN model and trains it on MNIST and Celeb Faces dataset
nickcica/dlnd_face_generation
Generated never before seen faces from a dataset of Celebrity Faces
Nishant2018/-DCGAN-s-Deep-Convolutional-Generative-AI
A Deep Convolutional Generative Adversarial Network (DCGAN) is an extension of the standard GAN architecture that uses deep convolutional networks for both the generator and discriminator models.
rshinde03/Deep-Fake-Image-Classification-using-Deep-Convolutional-GAN
As the crime rates have increased due to fake images and videos, it has become the need of the hour today to build technologies that could identify these threats and protect us from any potential scams. This project aims to implement a DCGAN (Deep Convolutional Generative Adversarial Network) to generate "fake" images based on an existing dataset. The generated images can then be used to build a classifier that can identify an image as real vs fake. GANs like a DCGAN have been used widely to create Deep Fakes. The aim is to use DCGAN to build high-quality deep fakes.
scneba/Generate_Nike_Shoes
Nike Shoes Generation with Deep Convolutional Generative Adversarial Networks
madhuri-kalluri/face-generation-gans
This project is about implementing GANs on a celebrity face dataset in Kaggle and using DCGANs to generate realistic faces
ragamarkely/face_generation_dcgan
Build a Deep Convolutional Generative Adversarial Networks (DCGANs) to generate new images of faces.
amshrbo/gradually-building-gans
Gradually building generative adversarial networks
ArthDh/SpriteGAN
A keras implementation of DCGAN to generate Pokèmon sprites.
dikoalf/Anime-Faces-DCGAN
Simple DCGAN
gautamgc17/Generative-Adversarial-Networks
This project implements a Cartoon Image Generator using Deep Convolutional GANs (DCGANs) to create realistic cartoon images through adversarial training.