# CCIP + figure detection (ONNX models, auto-downloaded from HuggingFace). dghs-imgutils>=0.4 # GPU inference for the ONNX models. Swap to onnxruntime (CPU) for a slow # server-side fallback run. onnxruntime-gpu # The crop EMBEDDER (concept bag). torch is installed separately in the # Dockerfile from the CUDA-12.4 wheel index so the GPU build is deterministic; # transformers loads whatever SigLIP-family model the server announces. transformers>=4.45 # Control surface + HTTP. fastapi uvicorn[standard] requests pillow numpy