Dockerfile
LICENSE
MANIFEST.in
README.md
docker-compose.prod.yml
docker-compose.yml
pyproject.toml
requirements.txt
setup.py
./src/__init__.py
./src/app.py
./src/cli.py
./src/config.py
./src/logger.py
./src/main.py
./src/api/__init__.py
./src/api/dependencies.py
./src/api/main.py
./src/api/middleware/__init__.py
./src/api/middleware/auth.py
./src/api/middleware/rate_limit.py
./src/api/routers/__init__.py
./src/api/routers/health.py
./src/api/routers/pose.py
./src/api/routers/stream.py
./src/api/websocket/__init__.py
./src/api/websocket/connection_manager.py
./src/api/websocket/pose_stream.py
./src/commands/start.py
./src/commands/status.py
./src/commands/stop.py
./src/config/__init__.py
./src/config/domains.py
./src/config/settings.py
./src/core/__init__.py
./src/core/csi_processor.py
./src/core/phase_sanitizer.py
./src/core/router_interface.py
./src/database/connection.py
./src/database/models.py
./src/database/migrations/001_initial.py
./src/hardware/__init__.py
./src/hardware/csi_extractor.py
./src/hardware/router_interface.py
./src/middleware/auth.py
./src/middleware/cors.py
./src/middleware/error_handler.py
./src/middleware/rate_limit.py
./src/models/__init__.py
./src/models/densepose_head.py
./src/models/modality_translation.py
./src/services/__init__.py
./src/services/hardware_service.py
./src/services/health_check.py
./src/services/metrics.py
./src/services/orchestrator.py
./src/services/pose_service.py
./src/services/stream_service.py
./src/tasks/backup.py
./src/tasks/cleanup.py
./src/tasks/monitoring.py
.github/workflows/cd.yml
.github/workflows/ci.yml
.github/workflows/security-scan.yml
ansible/playbook.yml
docs/api/rest-endpoints.md
docs/api/websocket-api.md
docs/deployment/README.md
docs/developer/architecture-overview.md
docs/developer/contributing.md
docs/developer/deployment-guide.md
docs/developer/testing-guide.md
docs/integration/README.md
docs/user-guide/api-reference.md
docs/user-guide/configuration.md
docs/user-guide/getting-started.md
docs/user-guide/troubleshooting.md
k8s/configmap.yaml
k8s/deployment.yaml
k8s/hpa.yaml
k8s/ingress.yaml
k8s/namespace.yaml
k8s/service.yaml
logging/fluentd-config.yml
monitoring/alerting-rules.yml
monitoring/grafana-dashboard.json
monitoring/prometheus-config.yml
references/LICENSE
scripts/test_api_endpoints.py
scripts/validate-deployment.sh
scripts/validate-integration.sh
src/__init__.py
src/app.py
src/cli.py
src/config.py
src/logger.py
src/main.py
src/api/__init__.py
src/api/dependencies.py
src/api/main.py
src/api/middleware/__init__.py
src/api/middleware/auth.py
src/api/middleware/rate_limit.py
src/api/routers/__init__.py
src/api/routers/health.py
src/api/routers/pose.py
src/api/routers/stream.py
src/api/websocket/__init__.py
src/api/websocket/connection_manager.py
src/api/websocket/pose_stream.py
src/commands/start.py
src/commands/status.py
src/commands/stop.py
src/config/__init__.py
src/config/domains.py
src/config/settings.py
src/core/__init__.py
src/core/csi_processor.py
src/core/phase_sanitizer.py
src/core/router_interface.py
src/database/connection.py
src/database/models.py
src/database/migrations/001_initial.py
src/hardware/__init__.py
src/hardware/csi_extractor.py
src/hardware/router_interface.py
src/middleware/auth.py
src/middleware/cors.py
src/middleware/error_handler.py
src/middleware/rate_limit.py
src/models/__init__.py
src/models/densepose_head.py
src/models/modality_translation.py
src/services/__init__.py
src/services/hardware_service.py
src/services/health_check.py
src/services/metrics.py
src/services/orchestrator.py
src/services/pose_service.py
src/services/stream_service.py
src/tasks/backup.py
src/tasks/cleanup.py
src/tasks/monitoring.py
terraform/main.tf
terraform/outputs.tf
terraform/variables.tf
tests/e2e/test_healthcare_scenario.py
tests/fixtures/api_client.py
tests/fixtures/csi_data.py
tests/integration/test_api_endpoints.py
tests/integration/test_authentication.py
tests/integration/test_csi_pipeline.py
tests/integration/test_full_system_integration.py
tests/integration/test_hardware_integration.py
tests/integration/test_inference_pipeline.py
tests/integration/test_pose_pipeline.py
tests/integration/test_rate_limiting.py
tests/integration/test_streaming_pipeline.py
tests/integration/test_websocket_streaming.py
tests/mocks/hardware_mocks.py
tests/performance/test_api_throughput.py
tests/performance/test_inference_speed.py
tests/unit/test_csi_extractor.py
tests/unit/test_csi_processor.py
tests/unit/test_densepose_head.py
tests/unit/test_modality_translation.py
tests/unit/test_phase_sanitizer.py
tests/unit/test_router_interface.py
wifi_densepose.egg-info/PKG-INFO
wifi_densepose.egg-info/SOURCES.txt
wifi_densepose.egg-info/dependency_links.txt
wifi_densepose.egg-info/entry_points.txt
wifi_densepose.egg-info/not-zip-safe
wifi_densepose.egg-info/requires.txt
wifi_densepose.egg-info/top_level.txt