diff --git a/README.md b/README.md index 48215ea..03e7e74 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,32 @@ A collection of GAN & Deepfake papers and repositories. ## GANs - Vanilla GAN [paper](https://arxiv.org/abs/1406.2661) * Implementations - * Pytorch + * PyTorch * [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan] * [https://github.com/devnag/pytorch-generative-adversarial-networks] * [https://github.com/shivakanthsujit/GAN-PyTorch] - \ No newline at end of file + * Keras + * [https://github.com/eriklindernoren/Keras-GAN/tree/master/gan] + * [https://github.com/osh/KerasGAN] + * [https://github.com/jason71995/Keras-GAN-Library] + * [https://github.com/Zackory/Keras-MNIST-GAN] + +## Deepfakes +- Faceswap + * Implementations + * Original + * [https://github.com/deepfakes/faceswap#overview] + * Other versions/ wrappers + * [https://github.com/wuhuikai/FaceSwap] + * [https://github.com/shaoanlu/faceswap-GAN] + * [https://github.com/MarekKowalski/FaceSwap] + * [https://github.com/joshua-wu/deepfakes_faceswap] + +## Deepfake Detection +- MesoNet [paper](https://arxiv.org/abs/1809.00888) + * Implementations + * PyTorch + * [https://github.com/HongguLiu/MesoNet-Pytorch] + * Keras + * [https://github.com/DariusAf/MesoNet] +