awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
jayleicn avatar

jayleicn/animeGAN

0
View on GitHub↗
1,278 Stars·196 Forks·Jupyter Notebook·MIT·5 Aufrufe

AnimeGAN

A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.

Features

  • Computer Vision Models - GAN implementation focused on anime face generation.
  • Model Implementations - GAN implementation for anime face generation.
  • GANs, VAEs, and AEs - Listed in the “GANs, VAEs, and AEs” section of the The Incredible Pytorch awesome list.

Star-Verlauf

Star-Verlauf für jayleicn/animeganStar-Verlauf für jayleicn/animegan

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu AnimeGAN

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit AnimeGAN.
  • nvidia/pix2pixhdAvatar von NVIDIA

    NVIDIA/pix2pixHD

    6,920Auf GitHub ansehen↗

    pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into high-resolution photorealistic images. It functions as a high-resolution image synthesizer and an image-to-image translation model capable of producing synthetic images at 2048x1024 resolution. The system includes a semantic image editor that allows for the modification of high-resolution visuals by updating the underlying semantic label maps. This enables interactive image editing and the generation of photorealistic images based on source images or discrete label maps. The framework pro

    Python
    Auf GitHub ansehen↗6,920
  • yunjey/mnist-svhn-transferY

    yunjey/mnist-svhn-transfer

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • junyanz/pytorch-cyclegan-and-pix2pixAvatar von junyanz

    junyanz/pytorch-CycleGAN-and-pix2pix

    24,951Auf GitHub ansehen↗

    This project is a deep learning framework designed for training and deploying image-to-image translation models. It serves as a research platform for experimenting with neural network architectures that transform visual content between distinct stylistic domains, supporting both paired and unpaired training data. The framework distinguishes itself through its support for cycle-consistency constraints, which allow for image translation between domains without requiring corresponding paired examples. It provides a structured pipeline that utilizes adversarial loss optimization, where generator

    Pythoncomputer-graphicscomputer-visioncyclegan
    Auf GitHub ansehen↗24,951
  • yunjey/starganAvatar von yunjey

    yunjey/stargan

    5,292Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,292
Alle 30 Alternativen zu AnimeGAN anzeigen→

Häufig gestellte Fragen

Was macht jayleicn/animegan?

A simple PyTorch Implementation of Generative Adversarial Networks, focusing on anime face drawing.

Was sind die Hauptfunktionen von jayleicn/animegan?

Die Hauptfunktionen von jayleicn/animegan sind: Computer Vision Models, Model Implementations, GANs, VAEs, and AEs.

Welche Open-Source-Alternativen gibt es zu jayleicn/animegan?

Open-Source-Alternativen zu jayleicn/animegan sind unter anderem: yunjey/mnist-svhn-transfer. yunjey/stargan — StarGAN is a PyTorch image-to-image translation framework designed to synthesize visual styles and attributes across… junyanz/pytorch-cyclegan-and-pix2pix — This project is a deep learning framework designed for training and deploying image-to-image translation models. It… nvidia/pix2pixhd — pix2pixHD is a conditional generative adversarial network designed to transform semantic label maps into… 1adrianb/face-alignment — This is a PyTorch-based computer vision library for detecting 2D and 3D facial landmark coordinates. It functions as a… aosokin/biogans.