YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
Digital Doctors Assistant - Healthcare ML Models
Overview
Trained machine learning models for healthcare decision support.
Models
- risk_assessment.joblib: Patient risk assessment (92% accuracy)
- treatment_outcome.joblib: Treatment outcome prediction (63% accuracy)
Usage
from huggingface_hub import hf_hub_download
import joblib
# Download model
model_path = hf_hub_download(repo_id="Tegaconsult/digital-doctors-assistant-ml", filename="risk_assessment.joblib")
model = joblib.load(model_path)
# Use model for predictions
# (See full documentation for details)
Performance
- Response time: <30ms
- Production ready: Yes
- Framework: scikit-learn
Uploaded on 2026-01-22 12:57:11
- Downloads last month
- -
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 2 Ask for provider support