Model Name | Architecture | Provider | Purpose | Input | Output | Usage Context |
---|---|---|---|---|---|---|
MedSuggest-XGB | XGBoost (Gradient Boosting Trees) | Gemini ML Platform | Suggests probable diagnoses based on structured patient data | EHR vector: symptoms, vitals, history (~100 features) | Top-N diagnosis candidates with confidence scores | Triggered during in-person or async consultation |
SafeCheck-Net | Shallow Neural Network + Rule Engine | Custom (Python, ECS) | Validates doctor-entered diagnosis for contradictions | Diagnosis input + medication and condition context | Risk flags, validation messages | Real-time validation in physician UI |
VideoDiag-Gemini | Multimodal Transformer + Speech2Text Pipeline | Gemini Multimodal API | Analyzes patient-recorded video responses and suggests possible conditions | Short recorded videos (60–120 sec), transcribed text | Suggested diagnosis + confidence score + structured symptom record | Used for remote patients or symptom triage intake; adds to clinical record |
Model Name | Avg Inference Time | Retraining Frequency | Context Volume | Explainability | Real-Time Compatible |
---|---|---|---|---|---|
MedSuggest-XGB | ~250 ms | Weekly | Structured data vector (~100 vars) | Feature importance (SHAP) | Yes |
SafeCheck-Net | ~300–400 ms | Quarterly (rules), Rare retrain | ~20–30 input fields | Rules + traceable logic | Yes |
VideoDiag-Gemini | ~2–3 sec (incl. ASR) | No retraining (Gemini prompt) | ~1–2 min spoken input + transcript (~300 tokens) | Natural-language explanation (prompt) | Yes, but post-recording, not fully live |