An advanced, end-to-end clinical decision-support system that integrates multimodal AI models to evaluate heart disease risk. This pipeline combines visual analysis of ECGs, tabular clinical data processing, and large-scale medical reasoning to generate explainable diagnostic reports.
The pipeline employs a "Specialized-to-Generalist" architecture. It uses upstream domain-specific models to extract high-level features from diverse data sources, which are then synthesized by a clinical LLM to produce a final medical evaluation.
GemmaECG-Vision for 12-lead ECG waveform interpretation.Google TabFM for metabolic and clinical metric risk scoring.Bio_ClinicalBERT for medical text representation.BioMistral-7B for multimodal synthesis and report generation.git clone https://github.com/[your-username]/Heart_Disease.git
cd Heart_Disease
docker build -t heart-disease-diag .
docker run -p 7860:7860 heart-disease-diag
The /Heart directory is optimized for Hugging Face Spaces. To deploy:
Heart/ folder to a new Space.Docker SDK.For a detailed explanation of the architecture, the 23 input metrics, and the endpoint specifications, please refer to the System Overview.
Endpoint: POST /predict
Input:
Output:
Disclaimer: This system is designed for educational and research purposes and should be used as a decision-support tool, not as a replacement for professional medical diagnosis.
7 commits
Python
90.0%
Dockerfile
10.0%
An advanced, end-to-end clinical decision-support system that integrates multimodal AI models to evaluate heart disease risk. This pipeline combines visual analysis of ECGs, tabular clinical data processing, and large-scale medical reasoning to generate explainable diagnostic reports.
The pipeline employs a "Specialized-to-Generalist" architecture. It uses upstream domain-specific models to extract high-level features from diverse data sources, which are then synthesized by a clinical LLM to produce a final medical evaluation.
GemmaECG-Vision for 12-lead ECG waveform interpretation.Google TabFM for metabolic and clinical metric risk scoring.Bio_ClinicalBERT for medical text representation.BioMistral-7B for multimodal synthesis and report generation.git clone https://github.com/[your-username]/Heart_Disease.git
cd Heart_Disease
docker build -t heart-disease-diag .
docker run -p 7860:7860 heart-disease-diag
The /Heart directory is optimized for Hugging Face Spaces. To deploy:
Heart/ folder to a new Space.Docker SDK.For a detailed explanation of the architecture, the 23 input metrics, and the endpoint specifications, please refer to the System Overview.
Endpoint: POST /predict
Input:
Output:
Disclaimer: This system is designed for educational and research purposes and should be used as a decision-support tool, not as a replacement for professional medical diagnosis.
7 commits
Python
90.0%
Dockerfile
10.0%