From 30fd2b307c28cea8bcd13c864a3d9b8a53f2fdcb Mon Sep 17 00:00:00 2001
From: Maassen Agnes <agnes.maassen@etu.ec-lyon.fr>
Date: Mon, 25 Mar 2024 17:47:02 +0000
Subject: [PATCH] Update README.md

---
 README.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 1ec8131..07fdb44 100644
--- a/README.md
+++ b/README.md
@@ -3,9 +3,12 @@
 MSO 3.4 Apprentissage Automatique
 
 ---
+The aim of this assignment is to discover GANs, understand how they are implemented and then explore one specific architecture of GANs that allows us to perform image to image translation. 
 
-We recommand to use the notebook (.ipynb) but the Python script (.py) is also provided if more convenient for you.
+My work for this project is available in the file : BE2_GAN_and_cGAN.ipynb.
 
-# How to submit your Work ?
+#Requirement
+It requires torch, numpy, pillow, opencv-python, imageio
 
-This work must be done individually. The expected output is a private repository named gan-cgan on https://gitlab.ec-lyon.fr. It must contain your notebook (or python files) and a README.md file that explains briefly the successive steps of the project. Don't forget to add your teacher as developer member of the project. The last commit is due before 11:59 pm on Monday, April 1st, 2024. Subsequent commits will not be considered.
+#Author
+Agnès Maassen - BE2 created by Dellandrea Emmanuel
\ No newline at end of file
-- 
GitLab