diff --git a/README.md b/README.md index 553911c..401adf8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A collection of GAN & Deepfake papers and repositories. ## GANs -- Vanilla GAN ([paper])(https://arxiv.org/abs/1406.2661) +- Vanilla GAN [(paper)](https://arxiv.org/abs/1406.2661) * Implementations * PyTorch * [https://github.com/eriklindernoren/PyTorch-GAN/tree/master/implementations/gan] @@ -16,7 +16,7 @@ A collection of GAN & Deepfake papers and repositories. * [https://github.com/Zackory/Keras-MNIST-GAN] ## Deepfakes -- Faceswap ([paper])[https://arxiv.org/pdf/2005.05535v4.pdf] +- Faceswap [(paper)][https://arxiv.org/pdf/2005.05535v4.pdf] * Implementations * Original * [https://github.com/deepfakes/faceswap#overview] @@ -28,7 +28,7 @@ A collection of GAN & Deepfake papers and repositories. * [https://github.com/joshua-wu/deepfakes_faceswap] ## Deepfake Detection -- MesoNet ([paper])(https://arxiv.org/abs/1809.00888) +- MesoNet [(paper)](https://arxiv.org/abs/1809.00888) * Implementations * PyTorch * [https://github.com/HongguLiu/MesoNet-Pytorch]