uv venv -p 3.11 --seed uv pip install -e .
uv pip install ruff uv run ruff check . --fix
uv run ruff check .
uv pip install pytest uv run pytest . # Test
dora-mediapipe's code are released under the MIT License