awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
Back to openai/improved-gan

Projects sharing features with Improved Gan

30 open-source projects similar to openai/improved-gan, ranked by shared indexed features. Tags may describe platforms or build tools rather than the same primary purpose. Check each project’s use case, license, and deployment requirements before treating it as a replacement.

  • goodfeli/adversarialgoodfeli avatar

    goodfeli/adversarial

    4,074View on GitHub↗

    This project is a generative adversarial network implementation and research framework. It provides the tools and hyperparameters necessary to train and evaluate generative models across various datasets, specifically designed to reproduce results from academic research. The framework includes a Parzen density likelihood estimator to calculate model log likelihood. This allows for the quantitative evaluation of generative distributions and the measurement of overall model performance. The codebase covers machine learning research capabilities, focusing on the training of adversarial networks

    Python
    View on GitHub↗4,074
  • martinarjovsky/wassersteinganmartinarjovsky avatar

    martinarjovsky/WassersteinGAN

    3,243View on GitHub↗

    Wasserstein GAN

    Python
    View on GitHub↗3,243
  • evolving-ai-lab/ppgnE

    Evolving-AI-Lab/ppgn

    0View on GitHub↗
    View on GitHub↗0
  • nvlabs/stylegan2NVlabs avatar

    NVlabs/stylegan2

    11,186View on GitHub↗

    StyleGAN2 is a TensorFlow generative adversarial network and image synthesis model designed to produce high-resolution synthetic visual content. It functions as a deep learning architecture that learns patterns from image datasets to synthesize new images. The project includes a latent space projection tool for mapping existing images to latent vectors to analyze their representation within a generative model. It also provides an image quality evaluation framework to measure the visual fidelity and diversity of synthetic outputs. The system covers the full generative pipeline, including imag

    Python
    View on GitHub↗11,186

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • hindupuravinash/the-gan-zoohindupuravinash avatar

    hindupuravinash/the-gan-zoo

    14,698View on GitHub↗

    A list of all named GANs!

    Pythongangenerative-adversarial-networkmachine-learning
    View on GitHub↗14,698
  • edwardsmith1884/3d-iwganEdwardSmith1884 avatar

    EdwardSmith1884/3D-IWGAN

    207View on GitHub↗

    A repository for the paper "Improved Adversarial Systems for 3D Object Generation and Reconstruction".

    Python
    View on GitHub↗207
  • nvlabs/styleganNVlabs avatar

    NVlabs/stylegan

    14,412View on GitHub↗

    StyleGAN is a TensorFlow-based generative adversarial network framework designed for the synthesis of high-resolution synthetic imagery. It utilizes a style-based generator architecture to create realistic visual assets from latent vectors, focusing on the production of high-fidelity images. The system incorporates style mixing and stochastic noise injection to control visual attributes and fine-grained details. It uses adaptive instance normalization and progressive resolution upsampling to manage image quality and variety across different resolutions. The framework covers the full lifecycl

    Python
    View on GitHub↗14,412
  • hanzhanggit/stackganhanzhanggit avatar

    hanzhanggit/StackGAN

    1,861View on GitHub↗

    Pytorch implementation

    Python
    View on GitHub↗1,861
  • openai/infoganopenai avatar

    openai/InfoGAN

    1,070View on GitHub↗

    Code for reproducing key results in the paper "InfoGAN: Interpretable Representation Learning by Information Maximizing Generative Adversarial Nets"

    Pythonpaper
    View on GitHub↗1,070
  • phillipi/pix2pixphillipi avatar

    phillipi/pix2pix

    10,644View on GitHub↗

    pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions as a supervised trainer and visual domain mapper designed to learn a mapping between input and output images for style and domain transfer. The system utilizes a U-Net encoder-decoder architecture combined with a PatchGAN local discriminator to enforce high-frequency local consistency. It employs L1 loss regularization to ensure generated outputs remain structurally close to the ground truth. The project covers a broad range of computer vision capabilities, including semantic

    Lua
    View on GitHub↗10,644
  • kozistr/awesome-ganskozistr avatar

    kozistr/Awesome-GANs

    763View on GitHub↗

    Awesome-GANs is a curated resource list and research repository focused on the development and evaluation of generative adversarial networks. It serves as a structured index for academic literature and open-source implementations dedicated to the creation of synthetic data generators. The project provides a framework for training competing neural networks to produce outputs that mimic the statistical properties of original datasets. It emphasizes the use of configuration-driven pipelines to manage model hyperparameters and dataset paths, facilitating reproducible research workflows and standa

    Pythonacganarxivbegan
    View on GitHub↗763
  • bengxy/fastneuralstylebengxy avatar

    bengxy/FastNeuralStyle

    81View on GitHub↗

    Fast Neural Style for Image Style Transform by Pytorch

    Python
    View on GitHub↗81
  • akashgit/veeganakashgit avatar

    akashgit/VEEGAN

    40View on GitHub↗

    VEEGAN: Reducing Mode Collapse in GANs using Implicit Variational Learning

    Jupyter Notebook
    View on GitHub↗40
  • bioinf-jku/tturB

    bioinf-jku/TTUR

    0View on GitHub↗
    View on GitHub↗0
  • ayanc/rpganayanc avatar

    ayanc/rpgan

    22View on GitHub↗

    RP-GAN: Stable GAN Training with Random Projections

    Python
    View on GitHub↗22
  • atomistic-machine-learning/schnetpack-gschnetatomistic-machine-learning avatar

    atomistic-machine-learning/schnetpack-gschnet

    64View on GitHub↗

    G-SchNet is a generative neural network that samples molecules by sequentially placing atoms in 3d space. It can be trained on data sets of 3d molecules with variable sizes and compositions. The conditional version, cG-SchNet, explicitly takes chemical and structural properties into account to…

    Python
    View on GitHub↗64
  • ajbrock/biggan-pytorchajbrock avatar

    ajbrock/BigGAN-PyTorch

    2,924View on GitHub↗

    The author's officially unofficial PyTorch BigGAN implementation.

    Python
    View on GitHub↗2,924
  • addtt/ladder-vae-pytorchA

    addtt/ladder-vae-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • carpedm20/began-pytorchC

    carpedm20/BEGAN-pytorch

    0View on GitHub↗
    View on GitHub↗0
  • artcg/beganartcg avatar

    artcg/BEGAN

    208View on GitHub↗

    Boundary Equibilibrium Generative Adversarial Networks Implementation in Tensorflow

    Python
    View on GitHub↗208
  • caogang/wgan-gpcaogang avatar

    caogang/wgan-gp

    1,548View on GitHub↗

    A pytorch implementation of Paper "Improved Training of Wasserstein GANs"

    Pythonpytorchwgan-gp
    View on GitHub↗1,548
  • carpedm20/began-tensorflowcarpedm20 avatar

    carpedm20/BEGAN-tensorflow

    924View on GitHub↗

    Tensorflow implementation of "BEGAN: Boundary Equilibrium Generative Adversarial Networks"

    Python
    View on GitHub↗924
  • carpedm20/dcgan-tensorflowcarpedm20 avatar

    carpedm20/DCGAN-tensorflow

    7,185View on GitHub↗

    This is a TensorFlow implementation of the Deep Convolutional Generative Adversarial Network (DCGAN) architecture, providing a framework for training generative models that produce synthetic images from random noise vectors. The project implements the core DCGAN design, using transposed convolutions for upsampling, batch normalization for training stability, and leaky ReLU activations in the discriminator, all executed as static TensorFlow computation graphs. The implementation supports training on custom image datasets by accepting user-supplied image folders without requiring a predefined f

    JavaScriptdcgangangenerative-model
    View on GitHub↗7,185
  • carpedm20/discogan-pytorchcarpedm20 avatar

    carpedm20/DiscoGAN-pytorch

    1,097View on GitHub↗

    PyTorch implementation of "Learning to Discover Cross-Domain Relations with Generative Adversarial Networks"

    Jupyter Notebook
    View on GitHub↗1,097
  • christopher-beckham/gan-heightmapsC

    christopher-beckham/gan-heightmaps

    0View on GitHub↗
    View on GitHub↗0
  • costapt/vess2retC

    costapt/vess2ret

    0View on GitHub↗
    View on GitHub↗0
  • darkstar112358/fast-neural-styledarkstar112358 avatar

    darkstar112358/fast-neural-style

    427View on GitHub↗

    pytorch implementation of fast-neural-style

    Python
    View on GitHub↗427
  • deepmind/dncdeepmind avatar

    deepmind/dnc

    2,533View on GitHub↗

    A TensorFlow implementation of the Differentiable Neural Computer.

    Python
    View on GitHub↗2,533
  • deepmind/kinetics-i3ddeepmind avatar

    deepmind/kinetics-i3d

    1,837View on GitHub↗

    Convolutional neural network model for video classification trained on the Kinetics dataset.

    Python
    View on GitHub↗1,837
  • buriburisuri/ac-ganB

    buriburisuri/ac-gan

    0View on GitHub↗
    View on GitHub↗0