Diabetes Risk Assessment Model

A machine learning model designed to assess diabetes risk based on clinical and lifestyle features. Built as part of bridging pharmacology and ML engineering.

🎯 Purpose

Provides an accessible diabetes risk assessment tool to support early identification of at-risk individuals β€” particularly relevant in regions with limited access to clinical screening.

Features Used

  • Age
  • BMI
  • Blood glucose levels
  • Blood pressure
  • Family history
  • Physical activity

Tech Stack

  • Language: Python
  • Libraries: [scikit-learn / TensorFlow / PyTorch β€” pick what you used]
  • Deployment: HuggingFace Hub
  • Training data: [Dataset source β€” e.g., Pima Indians Diabetes Dataset, custom dataset]

πŸ“Š Performance

  • Accuracy: 80%
  • Precision: 75%
  • Recall: 78%
  • F1 Score: 85%

πŸš€ Usage

from huggingface_hub import hf_hub_download
import joblib

model_path = hf_hub_download(
    repo_id="Oduwo/Diabetes_assessment_Model",
    filename="model.pkl"
)
model = joblib.load(model_path)

# Example prediction
prediction = model.predict([[input_features]])

πŸ‘¨β€πŸ’» Author

Emmanuel Bain Oduwo
Healthcare AI/ML Engineer | B.Pharm Student
Building AI tools at the intersection of clinical medicine and machine learning.

πŸ“œ License

MIT License β€” free to use for research and educational purposes.

⚠️ Disclaimer

This model is for educational and research purposes only. It is not a substitute for professional medical advice, diagnosis, or treatment. Always consult qualified healthcare providers for medical decisions.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support