Spaces:
Sleeping
Sleeping
File size: 611 Bytes
e1f421c bdc1936 e1f421c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
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:
1. Receiving Chest X-Rays from the frontend dashboard.
2. Running inference via a fine-tuned DenseNet121 architecture.
3. Generating Grad-CAM explainability heatmaps.
4. Interfacing with MongoDB and Cloudinary.
## Infrastructure
This Space is built using a custom `Dockerfile` running Python 3.11-slim and Uvicorn. |