diff --git a/README.md b/README.md index 0cf39042fc..ae6a4ac2e2 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ **This repository has gone stale as I unfortunately do not have the time to maintain it anymore. If you would like to continue the development of it as a collaborator send me an email at eriklindernoren@gmail.com.** +[![kandi Featured](https://kandi.openweaver.com/badges/featured.svg)](https://kandi.openweaver.com/python/eriklindernoren/Keras-GAN) + ## Keras-GAN Collection of Keras implementations of Generative Adversarial Networks (GANs) suggested in research papers. These models are in some cases simplified versions of the ones ultimately described in the papers, but I have chosen to focus on getting the core ideas covered instead of getting every layer configuration right. Contributions and suggestions of GAN varieties to implement are very welcomed.