brijeshpandya's picture
Inference API (FastAPI) – first push
0e3b935
|
raw
history blame
326 Bytes
# Incident ML Inference API
This FastAPI app provides endpoints for:
- `/health` - service health check
- `/analyze` - classify incident category & sentiment
## Deploy to Hugging Face Spaces
- Create new Space (FastAPI SDK)
- Push contents of this `inference/` folder to the Space repo
- Public URL will serve the endpoints