From 3aaf84714dce6c29b88ad14d28401ae9b4021bd9 Mon Sep 17 00:00:00 2001
From: Guerra Julie <julie.guerra@ecl19.ec-lyon.fr>
Date: Sun, 26 Mar 2023 10:38:01 +0000
Subject: [PATCH] Update README.md

---
 README.md | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/README.md b/README.md
index b423338..e114e00 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,18 @@
 # gan-cgan
 
 This repository contains the work corresponding to the BE2 of the course MSO 3.4 - Deep structured Learning, by Julie Guerra.
+It contains the Python notebook with the code and the answers to the theoritical questions, and two images showing results.
+
+The main results are below, in case it's impossible to rerun the Python notebook.
+
+## First part: DC-GAN
+
+The process for this assignment started with working on a DC-GAM with a database of handwritten numbers. Here is the result for 5 epochs of training:
+
+![results_part1](https://gitlab.ec-lyon.fr/guerraj/gan-cgan/-/raw/main/results_part1.png)
+
+## Second part: cGAN
+
+The second part consisted in working on a Conditional GAN (cGAN) for the construction of the image of a building from a template. I built the cGAN and trained it for 200 epochs, saving the model for 100 and 200 epochs. Here is the comparison of the result of the network for 100 and 200 epochs, on an image from the validation dataset:
+
+![results_part2](https://gitlab.ec-lyon.fr/guerraj/gan-cgan/-/raw/main/results_part2.png)
-- 
GitLab