Site to convert between image labeling formats
cd AAClient
pnpm i
pnpm dev
cd AAApi
conda env create -f environment.yml
uvicorn app.main:app --reload # It is important to run this command from within the AAApi directory
initial idea for cluster setup using k3s