pip install -r requirements.txtpython download_data.pyThis will download the CelebA-HQ dataset from Kaggle and set up the correct path.
python train.pypython generate.pyconfig.py: Configuration parametersmodels/: Neural network model definitionsdatasets/: Dataset handling codeutils/: Utility functionstrain.py: Training scriptgenerate.py: Image generation scriptdownload_data.py: Dataset downloader
Generated images will be saved to the samples/ directory, with a progression image in output/progress.png.