Skip to content

The application uses a Deep Learning model to generate new car images from scratch. It employs a diffusion process to progressively refine random noise into realistic car images. Based on state-of-the-art techniques from recent research, the model ensures high-quality and diverse image generation.

License

Notifications You must be signed in to change notification settings

CogitoNTNU/DiffusionModel

Repository files navigation

Diffusion Model

📋 Table of contents

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 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

Clone the repository

git clone https://github.com/CogitoNTNU/DiffusionModel.git
cd DiffusionModel

Usage

docker compose up --build

Then navigate to http://localhost:8501 in your browser to access the UI of the frontend. 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.


Marijan Soric

Thomas Haslund Wik

Mauritz Skogøy

Amanda Truyen

Baris Batur

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

Left to right: @BarisBatur, @soricm (Team leader), @amandathunes, @Mauritzskog. (@ThomasHWik isn't in the picture)

License

Distributed under the MIT License. See LICENSE for more information.

About

The application uses a Deep Learning model to generate new car images from scratch. It employs a diffusion process to progressively refine random noise into realistic car images. Based on state-of-the-art techniques from recent research, the model ensures high-quality and diverse image generation.

Topics

Resources

License

Stars

Watchers

Forks

Languages