Install uv package manager.
curl -LsSf https://astral.sh/uv/install.sh | shCreate the virtual environment using uv and install the project dependencies.
uv venv -p 3.13Activate virtual environment.
# Mac/Linux
source .venv/bin/activate
# Windows
.venv/Scripts/activateInstall project dependencies.
uv pip install -e .Or
uv syncCreate .env to store token credentials for wandb
WANDB_API_KEY=