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.
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
A simple interface for editing natural photos with generative neural networks.
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
Invertible conditional GANs for image editing
The main features of guim3/icgan are: Facial Manipulation, Generative Models, Image Editing and Manipulation, Image Synthesis.
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…