Diffusion model implementation for image generation for Artificial Intelligence subject at GUT.
Downloading base packages, requires make to be installed
make createAlternatives, enter the command yourself:
python -m venv .venv
source .venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txtDownloading dataset and processing. Warning selected dataset as of now is 20GB
make download_dataAlternatives, enter the command yourself (make sure the environment is active):
python scripts/download_animals_classification.py