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 justinpinkney/data-efficient-gans

Open-source alternatives to Data Efficient Gans

11 open-source projects similar to justinpinkney/data-efficient-gans, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Data Efficient Gans alternative.

  • aboev/arae-tfaboev avatar

    aboev/arae-tf

    20View on GitHub↗

    ARAE-Tensorflow for Discrete Sequences (Adversarially Regularized Autoencoder)

    Python
    View on GitHub↗20
  • eriklindernoren/keras-ganeriklindernoren avatar

    eriklindernoren/Keras-GAN

    9,206View on GitHub↗

    Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data generation and image manipulation. It provides frameworks for image-to-image translation, image inpainting, and neural image super-resolution. The library includes tools for learning disentangled latent space representations to control specific attributes of synthetic outputs. It also features capabilities for image domain translation using paired or unpaired data and the ability to fill corrupted or missing image parts by analyzing surrounding visual context. The project covers ge

    Python
    View on GitHub↗9,206
  • eriklindernoren/pytorch-ganeriklindernoren avatar

    eriklindernoren/PyTorch-GAN

    17,472View on GitHub↗

    PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative adversarial network architectures. It serves as a toolkit for training and evaluating models that utilize adversarial minimax optimization to produce synthetic data, offering a structured environment for exploring complex generative tasks within the PyTorch ecosystem. The library distinguishes itself through a comprehensive suite of image synthesis and manipulation capabilities, including super-resolution, inpainting, and cross-domain style translation. It supports advanced training m

    Python
    View on GitHub↗17,472
  • hwalsuklee/tensorflow-generative-model-collectionshwalsuklee avatar

    hwalsuklee/tensorflow-generative-model-collections

    3,922View on GitHub↗

    This is a library of generative model architectures built using the TensorFlow framework. It provides implementations for producing synthetic data and realistic images, specifically focusing on Variational Autoencoders and various Generative Adversarial Network variants. The collection includes specific GAN architectures such as WGAN-GP, LSGAN, InfoGAN, and EBGAN. It also features Variational Autoencoders designed to learn latent representations and synthesize new samples from learned distributions. The project covers image processing pipelines for normalizing and cropping data, as well as a

    Python
    View on GitHub↗3,922

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
  • justinpinkney/stylegan2justinpinkney avatar

    justinpinkney/stylegan2

    354View on GitHub↗

    Various Improvements to make StyleGAN2 more suitible to be trained on Google Colab Supports Non-Square images, for example, 768x512, which basically as 6x4 (x2^7), or 640x384 as 5x3 (x2^7), etc. Supports vertical mirror augmentation Supports train from latest pkl automatically Optimized dataset…

    Python
    View on GitHub↗354
  • mit-han-lab/data-efficient-gansmit-han-lab avatar

    mit-han-lab/data-efficient-gans

    1,310View on GitHub↗

    Generated using only 100 images of Obama, grumpy cats, pandas, the Bridge of Sighs, the Medici Fountain, the Temple of Heaven, without pre-training.

    Python
    View on GitHub↗1,310
  • nashory/gans-collection.torchnashory avatar

    nashory/gans-collection.torch

    54View on GitHub↗

    Torch implementation of various types of GAN (e.g. DCGAN, ALI, Context-encoder, DiscoGAN, CycleGAN, EBGAN, LSGAN)

    Lua
    View on GitHub↗54
  • nvlabs/imaginaireNVlabs avatar

    NVlabs/imaginaire

    4,074View on GitHub↗

    Imaginaire is a PyTorch image synthesis library and neural image translation framework designed to generate high-resolution synthetic visual content. It functions as a deep learning visual generator that maps semantic images and videos into photorealistic versions using both supervised and unsupervised methods. The project includes a specialized tool for rendering 3D environments, which converts block-based world representations into photorealistic scenes while maintaining long-term visual consistency. It further supports photorealistic video translation that utilizes reference images to ensu

    Python
    View on GitHub↗4,074
  • 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
  • pbaylies/stylegan2pbaylies avatar

    pbaylies/stylegan2

    312View on GitHub↗

    Download the conditional WikiArt model

    Jupyter Notebook
    View on GitHub↗312
  • wiseodd/generative-modelswiseodd avatar

    wiseodd/generative-models

    7,497View on GitHub↗

    This is a generative AI model library containing a collection of PyTorch and TensorFlow implementations for creating synthetic data and modeling complex probability distributions. It serves as a multi-framework repository of deep learning models designed for learning and replicating data patterns. The project provides specialized implementation suites for several generative architectures. This includes Generative Adversarial Networks using competing generator and discriminator models, Variational Autoencoder frameworks that map data to a latent space, and Restricted Boltzmann Machine and Deep

    Python
    View on GitHub↗7,497