This directory contains the minimal Python imaging sidecar scaffold for the FFDM mammography standalone.
- FastAPI application scaffold
- Uvicorn-compatible ASGI entrypoint
- health, readiness, manifest, and capability routes
- no live imaging inference yet
python -m pip install -r python_sidecar/requirements.txtuvicorn python_sidecar.app:create_app --factory --host 0.0.0.0 --port 8040python -m unittest python_sidecar.tests.test_app