From e0ca33f5e3385164655f5f384347c46c05a99ff0 Mon Sep 17 00:00:00 2001 From: Harry Stuart <42882697+HStuart18@users.noreply.github.com> Date: Thu, 13 Jun 2019 19:31:37 +1000 Subject: [PATCH] Create README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..8823616 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Generative Adverserial Network for generating images similar to an image dataset + +The code here is a slightly altered version of the code that has been generously made publicly available at https://github.com/gsurma/image_generator + +As an introduction to the world of GANs, I decided to try the above model on some different datasets. You can see the results of two example trainings in the respective output folders.