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

Guim3/IcGANFork

0
View on GitHub↗
284 stars·66 forks·Lua·11 views

IcGAN

Invertible conditional GANs for image editing

Features

  • Facial Manipulation - Invertible conditional networks for image editing.
  • Generative Models - Enables image editing through invertible conditional networks.
  • Image Editing and Manipulation - Invertible conditional networks for controlled image editing.
  • Image Synthesis - Inverts conditional models for image editing tasks.

Star history

Star history chart for guim3/icganStar history chart for guim3/icgan

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 IcGAN

Similar open-source projects, ranked by how many features they share with IcGAN.
  • yunjey/starganyunjey avatar

    yunjey/stargan

    5,292View on GitHub↗

    StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across multiple domains. It implements a generative adversarial network that serves as a deep learning image translator for modifying specific visual characteristics within an image dataset. The framework uses a single unified model to handle translations between multiple image domains rather than requiring separate pairs of models. It is a research implementation that learns mappings between different image attributes without the need for paired training data. The project covers the

    Python
    View on GitHub↗5,292
  • ajbrock/neural-photo-editorajbrock avatar

    ajbrock/Neural-Photo-Editor

    2,075View on GitHub↗

    A simple interface for editing natural photos with generative neural networks.

    Python
    View on GitHub↗2,075
  • hanzhanggit/stackganhanzhanggit avatar

    hanzhanggit/StackGAN

    1,861View on GitHub↗

    Pytorch implementation

    Python
    View on GitHub↗1,861
  • 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
See all 30 alternatives to IcGAN→

Frequently asked questions

What does guim3/icgan do?

Invertible conditional GANs for image editing

What are the main features of guim3/icgan?

The main features of guim3/icgan are: Facial Manipulation, Generative Models, Image Editing and Manipulation, Image Synthesis.

What are some open-source alternatives to guim3/icgan?

Open-source alternatives to guim3/icgan include: yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… ajbrock/neural-photo-editor — A simple interface for editing natural photos with generative neural networks. junyanz/igan — iGAN is a framework for producing synthetic images using generative adversarial networks. It provides a web-based… hanzhanggit/stackgan — Pytorch implementation. goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and… junyanz/cyclegan — CycleGAN is a generative adversarial network framework designed for unpaired image-to-image translation. It enables…