Downloads · 30 days
0
D-Khalid/GeneScout_Predtive_AI_Pathologist
GeneScout_Predtive_AI_Pathologist is a machine learning model from D-Khalid. Use it for the machine learning task on the model card, and read the license before you ship it in a product.
GeneScout is an interpretable Machine Learning diagnostic tool designed to predict 5 genetic diseases (Cystic Fibrosis, Sickle Cell, etc.) based on patient biomarkers. Unlike "Black Box" models, GeneScout prioritizes…
Downloads · 30 days
0
Access
Public
Updated Nov 25, 2025
Repo size
977 KB
Likes
0
Public
Click a slice to open those files.
.pkl1.4 MB · 71%
From the Hugging Face model README
GeneScout is an interpretable Machine Learning diagnostic tool designed to predict 5 genetic diseases (Cystic Fibrosis, Sickle Cell, etc.) based on patient biomarkers. Unlike "Black Box" models, GeneScout prioritizes clinical explainability using SHAP values.
streamlit
(https://genescout-ai-genetic-disease-pathologist-sbqf5qzusuptbdwrslbmn.streamlit.app/)
HuggingFace Space
(https://huggingface.co/spaces/D-Khalid/GeneScout_AI_Predictive_Pathologist)
app.py: The Streamlit dashboard.train_model.py: Training script for the Voting Classifier.explain_model.py: SHAP analysis and plot generation.eda_analysis.py: Initial data exploration.