Spaces:
Sleeping
Sleeping
metadata
title: Precision Diagnostics API
emoji: 🫁
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
license: apache-2.0
🫁 Precision Diagnostics Backend (FastAPI)
This Space hosts the FastAPI inference engine for the Precision Diagnostics AI system.
It handles:
- Receiving Chest X-Rays from the frontend dashboard.
- Running inference via a fine-tuned DenseNet121 architecture.
- Generating Grad-CAM explainability heatmaps.
- Interfacing with MongoDB and Cloudinary.
Infrastructure
This Space is built using a custom Dockerfile running Python 3.11-slim and Uvicorn.