Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,7 +7,27 @@ sdk: gradio
|
|
| 7 |
sdk_version: 5.35.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
-
short_description:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
| 7 |
sdk_version: 5.35.0
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
+
short_description: A tool to predict diabetes status from patient data
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# Diabetes Predictor
|
| 14 |
+
|
| 15 |
+
This is a machine learning-based diabetes prediction tool developed by Dr. Vinod Kumar Yata's research group
|
| 16 |
+
School of Allied and Healthcare Sciences, Malla Reddy University, Hyderabad, India
|
| 17 |
+
|
| 18 |
+
---
|
| 19 |
+
|
| 20 |
+
## About
|
| 21 |
+
|
| 22 |
+
This app uses an XGBoost classifier trained on clinical and lifestyle data to predict the diabetes status of a patient.
|
| 23 |
+
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
## ⚠️ Warning
|
| 27 |
+
|
| 28 |
+
This is an experimental tool and should **NOT** be used for medical diagnosis.
|
| 29 |
+
Always consult a licensed healthcare provider for medical advice.
|
| 30 |
+
|
| 31 |
---
|
| 32 |
|
| 33 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|