abk4tech/orthoai-backend
0
OrthoAI FastAPI Backend (Hugging Face Spaces)
This Space runs the OrthoAI backend as a Docker app on port 7860.
What this Space serves
POST /analyze- x-ray analysisPOST /generate-report- report generationPOST /translate- report translationGET /uploads/{filename}- uploaded file access
Space configuration
Set the following in Space Settings -> Variables and secrets.
Required secret
GROQ_API_KEY
Optional variables
GROQ_MODEL(default:moonshotai/kimi-k2-instruct-0905)GROQ_TIMEOUT_S(default:30)GROQ_TEMPERATUREGROQ_MAX_TOKENS
Notes
- The Dockerfile exposes and runs on
7860(HF default). - Models are loaded from
backend/modelsat container startup. - Keep this repository private if model assets are private.
