Generative AI models for galaxy images.
GalGenAI is a Python library for building and training generative models for galaxy images. The library provides modular implementations of deep learning architectures optimized for image generation tasks.
This project uses uv for dependency management.
# Clone the repository
git clone git@github.com:fkeruzore/GalGenAi.git
cd galgenai
# Install dependencies
uv sync
# Activate the environment (if needed)
source .venv/bin/activate