yasho191/GANs
Repository for Implementations of different GANs using PyTorch from Scratch.
This project helps machine learning practitioners generate new, realistic data like images from scratch. You provide existing datasets, and it produces a model that can create unique, synthetic samples resembling your original data. It's designed for data scientists and researchers who work with generative modeling.
No commits in the last 6 months.
Use this if you are a machine learning researcher or data scientist needing to experiment with different GAN architectures for data generation tasks.
Not ideal if you are looking for a plug-and-play solution for general image editing or content creation without deep learning expertise.
Stars
7
Forks
1
Language
Jupyter Notebook
License
Apache-2.0
Category
Last pushed
Jun 03, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/yasho191/GANs"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
huggingface/pytorch-pretrained-BigGAN
🦋A PyTorch implementation of BigGAN with pretrained weights and conversion scripts.
torchgan/torchgan
Research Framework for easy and efficient training of GANs based on Pytorch
metal3d/keras-video-generators
Keras generators to generate sequences from videos as input
GANs-in-Action/gans-in-action
Companion repository to GANs in Action: Deep learning with Generative Adversarial Networks
junyanz/pytorch-CycleGAN-and-pix2pix
Image-to-Image Translation in PyTorch