Gan

Top 23 Gan Open-Source Projects

  • nn

    🧑‍🏫 60 Implementations/tutorials of deep learning papers with side-by-side notes 📝; including transformers (original, xl, switch, feedback, vit, ...), optimizers (adam, adabelief, sophia, ...), gans(cyclegan, stylegan2, ...), 🎮 reinforcement learning (ppo, dqn), capsnet, distillation, ... 🧠

  • GFPGAN

    GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.

  • Project mention: Ask HN: What is the state of the art in AI photo enhancement? | news.ycombinator.com | 2024-01-24
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • AI-For-Beginners

    12 Weeks, 24 Lessons, AI for All!

  • Project mention: FREE AI Course By Microsoft: ZERO to HERO! 🔥 | dev.to | 2024-03-18

    🔗 https://github.com/microsoft/AI-For-Beginners 🔗 https://microsoft.github.io/AI-For-Beginners/

  • pytorch-CycleGAN-and-pix2pix

    Image-to-Image Translation in PyTorch

  • Project mention: List of AI-Models | /r/GPT_do_dah | 2023-05-16

    Click to Learn more...

  • the-gan-zoo

    A list of all named GANs!

  • CycleGAN

    Software that can generate photos from paintings, turn horses into zebras, perform style transfer, and more.

  • fashion-mnist

    A MNIST-like fashion product database. Benchmark :point_down:

  • Project mention: Logistic Regression for Image Classification Using OpenCV | news.ycombinator.com | 2023-12-31

    In this case there's no advantage to using logistic regression on an image other than the novelty. Logistic regression is excellent for feature explainability, but you can't explain anything from an image.

    Traditional classification algorithms but not deep learning such as SVMs and Random Forest perform a lot better on MNIST, up to 97% accuracy compared to the 88% from logistic regression in this post. Check the Original MNIST benchmarks here: http://fashion-mnist.s3-website.eu-central-1.amazonaws.com/#

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • pix2pix

    Image-to-image translation with conditional adversarial nets

  • Project mention: Any work on Style transfer using Stable Diffusion based on image-mask pairs similar to Pix2Pix | /r/StableDiffusion | 2023-08-29

    I have previously worked on retraining Pix2Pix GAN for image-to-image style transfer retrained with image-mask pairs. I expect Stable Diffusion to be better than Pix2Pix, but the problem sounds like something that should have been tackled already. I am familiar with text-based instructions for style transfer using SD (Instruct Pix2Pix), but retraining with image-mask pairs should provide better results. Does anyone know if anything that like exists already? Reference for Pix2Pix https://phillipi.github.io/pix2pix/

  • Keras-GAN

    Keras implementations of Generative Adversarial Networks.

  • so-vits-svc-fork

    so-vits-svc fork with realtime support, improved interface and more features.

  • Project mention: Zade - Çaresizim | /r/zfam | 2023-06-21
  • PaddleGAN

    PaddlePaddle GAN library, including lots of interesting applications like First-Order motion transfer, Wav2Lip, picture repair, image editing, photo2cartoon, image style transfer, GPEN, and so on.

  • TensorLayer

    Deep Learning and Reinforcement Learning Library for Scientists and Engineers

  • lama

    🦙 LaMa Image Inpainting, Resolution-robust Large Mask Inpainting with Fourier Convolutions, WACV 2022

  • Project mention: Can someone please help me with inpainting settings to remove the subject from this image? I want to rebuild as much of the original background as possible. | /r/StableDiffusion | 2023-07-03

    You could try to use ControlNet inpaint+lama locally, but results aren't as good in my experience. Or you could try local install of lama directly, but the setup process isn't very smooth.

  • pix2pixHD

    Synthesizing and manipulating 2048x1024 images with conditional GANs

  • gluon-cv

    Gluon CV Toolkit

  • t81_558_deep_learning

    T81-558: Keras - Applications of Deep Neural Networks @Washington University in St. Louis

  • animegan2-pytorch

    PyTorch implementation of AnimeGANv2

  • Project mention: Python Mini Projects | dev.to | 2023-05-22

    rom PIL import Image import torch import IPython from IPython.display import display # upload images from google.colab import files uploaded = files.upload() # https://github.com/bryandlee/animegan2-pytorch # load models and face2paint utility function model_facev2 = torch.hub.load("bryandlee/animegan2-pytorch:main", "generator", pretrained="face_paint_512_v2") face2paint = torch.hub.load("bryandlee/animegan2-pytorch:main", "face2paint", size=512) for INPUT_IMG in ['KatLi.JPG']: img = Image.open(INPUT_IMG).convert("RGB") out_facev2 = face2paint(model_facev2, img) # display images display(img) display(out_facev2)

  • SimSwap

    An arbitrary face-swapping framework on images and videos with one single trained model!

  • Project mention: How do I transfer a face from one image to another image? | /r/StableDiffusion | 2023-07-11

    simswap is an earlier alternative to roop, but they have a 512x512 model. https://github.com/neuralchen/SimSwap

  • photo2cartoon

    人像卡通化探索项目 (photo-to-cartoon translation project)

  • ALAE

    [CVPR2020] Adversarial Latent Autoencoders

  • faceswap-GAN

    A denoising autoencoder + adversarial losses and attention mechanisms for face swapping.

  • SinGAN

    Official pytorch implementation of the paper: "SinGAN: Learning a Generative Model from a Single Natural Image"

  • SRGAN

    Photo-Realistic Single Image Super-Resolution Using a Generative Adversarial Network

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Gan related posts

Index

What are some of the best open-source Gan projects? This list will help you:

Project Stars
1 nn 47,503
2 GFPGAN 34,533
3 AI-For-Beginners 30,927
4 pytorch-CycleGAN-and-pix2pix 21,952
5 the-gan-zoo 14,007
6 CycleGAN 12,132
7 fashion-mnist 11,439
8 pix2pix 9,859
9 Keras-GAN 9,105
10 so-vits-svc-fork 8,287
11 PaddleGAN 7,666
12 TensorLayer 7,275
13 lama 7,165
14 pix2pixHD 6,521
15 gluon-cv 5,751
16 t81_558_deep_learning 5,666
17 animegan2-pytorch 4,339
18 SimSwap 4,177
19 photo2cartoon 3,863
20 ALAE 3,494
21 faceswap-GAN 3,328
22 SinGAN 3,281
23 SRGAN 3,192

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com