IVP PROJECT setup backend: install uv using - pip install uv or pip3 install uv or follow the docs make sure you are in the backend dir. then use the command uv sync to install all dependencies. start the server using - uv run uvicorn main:app --reload