#gan (28 Repositories)
Ranked open-source repositories tagged with #gan, scored by pull request acceptance likelihood and maintainer engagement velocity.
5.7%
1.5h
28 repositories tagged #gan
pollinations/pollinations
Your Friendly Open-Source Gen-AI Platform
john-rocky/CoreML-Models
Core ML model zoo for iOS/macOS — PyTorch models converted to ready-to-use .mlpackage, each with a conversion script and SwiftUI sample app. Sibling repos cover Apple's Core AI framework (iOS/macOS 27) and on-device LLMs.
labmlai/annotated_deep_learning_paper_implementations
🧑🏫 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, ... 🧠
tensorlayer/DCGAN
The Simplest DCGAN Implementation
Lornatang/SRGAN-PyTorch
A simple and complete implementation of super-resolution paper.
aleju/face-generator
Generate human faces with neural networks
TencentARC/GFPGAN
GFPGAN aims at developing Practical Algorithms for Real-world Face Restoration.
hezhangsprinter/ID-CGAN
Image De-raining Using a Conditional Generative Adversarial Network
eriklindernoren/Keras-GAN
Keras implementations of Generative Adversarial Networks.
tongpi/basicOCR
BasicOCR是一个致力于解决自然场景文字识别算法研究的项目。该项目由长城数字大数据应用技术研究院佟派AI团队发起和维护。
fxia22/PixelDTGAN
A torch implementation of "Pixel-Level Domain Transfer"
huangzh13/StyleGAN.pytorch
A PyTorch implementation for StyleGAN with full features.
onion-liu/BlendGAN
Official PyTorch implementation of "BlendGAN: Implicitly GAN Blending for Arbitrary Stylized Face Generation" (NeurIPS 2021)
apple/ml-facelit
Official repository of FaceLit: Neural 3D Relightable Faces (CVPR 2023)
datawhalechina/leedl-tutorial
《李宏毅深度学习教程》(李宏毅老师推荐👍,苹果书🍎),PDF下载地址:https://github.com/datawhalechina/leedl-tutorial/releases
menyifang/ADGAN
The Implementation of paper "Controllable Person Image Synthesis with Attribute-Decomposed GAN" CVPR 2020 (Oral); Pose and Appearance Attributes Transfer;
aleju/cat-generator
Generate cat images with neural networks
harlanhong/CVPR2022-DaGAN
Official code for CVPR2022 paper: Depth-Aware Generative Adversarial Network for Talking Head Video Generation
reiinakano/gan-playground
GAN Playground - Experiment with Generative Adversarial Nets in your browser. An introduction to GANs.
LynnHo/EigenGAN-Tensorflow
[ICCV'21] EigenGAN: Layer-Wise Eigen-Learning for GANs
albertpumarola/GANimation
GANimation: Anatomically-aware Facial Animation from a Single Image (ECCV'18 Oral) [PyTorch]
suragnair/seqGAN
A simplified PyTorch implementation of "SeqGAN: Sequence Generative Adversarial Nets with Policy Gradient." (Yu, Lantao, et al.)
SummitKwan/transparent_latent_gan
Use supervised learning to illuminate the latent space of GAN for controlled generation and edit
jolibrain/joliGEN
Generative AI Image and Video Toolset with GANs and Diffusion for Real-World Applications
Mikoto10032/DeepLearning
深度学习入门教程, 优秀文章, Deep Learning Tutorial
manicman1999/StyleGAN2-Tensorflow-2.0
StyleGAN 2 in Tensorflow 2.0
giddyyupp/ganilla
Official Pytorch implementation of GANILLA
shaoanlu/fewshot-face-translation-GAN
Generative adversarial networks integrating modules from FUNIT and SPADE for face-swapping.