Follow the steps below to set up your development environment.
git clone https://github.com/fastscience-ai/SteeringGAN.git
cd steering_ganWe recommend using Conda for managing Python dependencies.
conda create -n SteeringGAN python=3.12
conda activate SteeringGANpip install -r requirements.txtReferred repeng repo