Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

130 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI_project

Diffusion model implementation for image generation for Artificial Intelligence subject at GUT.

Setting up with make

Downloading base packages, requires make to be installed

make create

Alternatives, enter the command yourself:

python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Data download

Downloading dataset and processing. Warning selected dataset as of now is 20GB

make download_data

Alternatives, enter the command yourself (make sure the environment is active):

python scripts/download_animals_classification.py

About

Diffusion model implementation for image generation for Artificial Intelligence subject at GUT.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages