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

LynnHo/AttGAN-Tensorflow

0
View on GitHub↗
612 stars·136 forks·Python·MIT·14 views

AttGAN Tensorflow

[TIP'19] AttGAN: Facial Attribute Editing by Only Changing What You Want

Features

  • Facial Manipulation - Arbitrary facial attribute editing with precise control.
  • Generative Adversarial Networks - Facial attribute editing using conditional generative networks.
  • Image Synthesis - Enables arbitrary facial attribute editing with high precision.

Star history

Star history chart for lynnho/attgan-tensorflowStar history chart for lynnho/attgan-tensorflow

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. 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

Projects sharing features with AttGAN Tensorflow

These projects share indexed features with AttGAN Tensorflow. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • guim3/icganGuim3 avatar

    Guim3/IcGAN

    284View on GitHub↗

    Invertible conditional GANs for image editing

    Lua
    View on GitHub↗284
  • 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
  • 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
Compare all 30 related projects→

Frequently asked questions

What does lynnho/attgan-tensorflow do?

[TIP'19] AttGAN: Facial Attribute Editing by Only Changing What You Want

What are the main features of lynnho/attgan-tensorflow?

The main features of lynnho/attgan-tensorflow are: Facial Manipulation, Generative Adversarial Networks, Image Synthesis.

Which projects share features with lynnho/attgan-tensorflow?

Projects with overlapping indexed features include: junyanz/igan — iGAN is a framework for producing synthetic images using generative adversarial networks. It provides a web-based… hanzhanggit/stackgan — Pytorch implementation. ajbrock/neural-photo-editor — A simple interface for editing natural photos with generative neural networks. guim3/icgan — Invertible conditional GANs for image editing. goodfeli/adversarial — This project is a generative adversarial network implementation and research framework. It provides the tools and… phillipi/pix2pix — pix2pix is a framework for image-to-image translation using conditional generative adversarial networks. It functions…