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
justinpinkney avatar

justinpinkney/data-efficient-gansFork

0
View on GitHub↗
11 stars·1 fork·Python·BSD-2-Clause·6 viewsarxiv.org/abs/2006.10738↗

Data Efficient Gans

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

Features

  • Generative Model Implementations - Modified framework for fine-tuning generative models on specific datasets.

Star history

Star history chart for justinpinkney/data-efficient-gansStar history chart for justinpinkney/data-efficient-gans

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

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

Start searching with AI

Open-source alternatives to Data Efficient Gans

Similar open-source projects, ranked by how many features they share with Data Efficient Gans.
  • 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
  • aboev/arae-tfaboev avatar

    aboev/arae-tf

    20View on GitHub↗

    ARAE-Tensorflow for Discrete Sequences (Adversarially Regularized Autoencoder)

    Python
    View on GitHub↗20
See all 11 alternatives to Data Efficient Gans→

Frequently asked questions

What does justinpinkney/data-efficient-gans do?

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

What are the main features of justinpinkney/data-efficient-gans?

The main features of justinpinkney/data-efficient-gans are: Generative Model Implementations.

What are some open-source alternatives to justinpinkney/data-efficient-gans?

Open-source alternatives to justinpinkney/data-efficient-gans include: aboev/arae-tf — ARAE-Tensorflow for Discrete Sequences (Adversarially Regularized Autoencoder). eriklindernoren/keras-gan — Keras-GAN is a collection of generative adversarial network implementations built with Keras for synthetic data… eriklindernoren/pytorch-gan — PyTorch-GAN is a research-oriented framework providing a collection of modular implementations for generative… hwalsuklee/tensorflow-generative-model-collections — This is a library of generative model architectures built using the TensorFlow framework. It provides implementations… justinpinkney/stylegan2 — Various Improvements to make StyleGAN2 more suitible to be trained on Google Colab Supports Non-Square images, for… mit-han-lab/data-efficient-gans — Generated using only 100 images of Obama, grumpy cats, pandas, the Bridge of Sighs, the Medici Fountain, the Temple of…