From aeb318c83c9f5942fdb3eaf5680087432a441ef3 Mon Sep 17 00:00:00 2001 From: Marijan Soric <97306416+soricm@users.noreply.github.com> Date: Thu, 16 May 2024 15:50:32 +0200 Subject: [PATCH] Update README.md --- README.md | 29 ++++++++++------------------- 1 file changed, 10 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index c8fdcd8..1f509fe 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@
- +

@@ -13,7 +13,7 @@ - +

Diffusion Model

@@ -34,12 +34,10 @@ ## Description ------ The aim of this project is to create our own Deep Learning model that **generates brand new car images**. We develop our home-made unconditional image generation model based on the paper [*Denoising Diffusion Probabilistic Models*](https://arxiv.org/abs/2006.11239) from *Jonathan Ho, Ajay Jain, Pieter Abbeel* in 2020. We followed the structure of the article and implemented main function to recreate an unconditional image generator, based on the diffusion process. ## Quick Start - ### Prerequisites - Ensure that git is installed on your machine. [Download Git](https://git-scm.com/downloads) - Docker is used for the backend and database setup. [Download Docker](https://www.docker.com/products/docker-desktop) @@ -50,15 +48,14 @@ The aim of this project is to create our own Deep Learning model that **generate git clone https://github.com/CogitoNTNU/DiffusionModel.git cd DiffusionModel ``` -Done! You are now ready to generate cars! - ## Usage ------- -In this section you describe how to use the program to obtain the desired result. +```bash +docker compose up --build +``` +Done! You are now ready to generate cars! ## Team ------- The team behind this project is a group of students at NTNU in Trondheim, Norway, developed during the spring semester of 2024. @@ -96,21 +93,15 @@ The team behind this project is a group of students at NTNU in Trondheim, Norway
-This project would not have been possible without the hard work and dedication of all of the contributors. Thank you for the time and effort you have put into making TutorAI a reality. +This project would not have been possible without the hard work and dedication of all of the contributors. Thank you for the time and effort you have put into making DiffusionModel a reality.
Cogito Team Image - +
Right to left: [@BarisBatur](https://github.com/BarisBatur), [@soricm](https://github.com/soricm) *(Team leader)*, [@amandathunes](https://github.com/amandathunes), [@Mauritzskog](https://github.com/Mauritzskog). *([@ThomasHWik](https://github.com/ThomasHWik) isn't in the picture day)* -### License ------- -Distributed under the MIT License. See `LICENSE` for more information. - - -### Credits ------- -Template by [@JonRodtang](https://github.com/Jonrodtang) for [@CogitoNTNU](https://github.com/CogitoNTNU)

(back to top)

+## License +Distributed under the MIT License. See `LICENSE` for more information.