Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# 🩺 Diabetes Readmission Prediction Web App
|
| 2 |
|
| 3 |
An interactive machine learning application deployed on **Hugging Face Spaces** to predict the likelihood of hospital readmission for diabetic patients using clinical and demographic data.
|
|
@@ -80,5 +96,4 @@ Model performance is evaluated using:
|
|
| 80 |
- **Pandas & NumPy**
|
| 81 |
- **Hugging Face Spaces**
|
| 82 |
|
| 83 |
-
---
|
| 84 |
-
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Diabetes Readmission
|
| 3 |
+
emoji: 💬
|
| 4 |
+
colorFrom: yellow
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 5.42.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
hf_oauth: true
|
| 11 |
+
hf_oauth_scopes:
|
| 12 |
+
- inference-api
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
An example chatbot using [Gradio](https://gradio.app), [`huggingface_hub`](https://huggingface.co/docs/huggingface_hub/v0.22.2/en/index), and the [Hugging Face Inference API](https://huggingface.co/docs/api-inference/index).
|
| 16 |
+
|
| 17 |
# 🩺 Diabetes Readmission Prediction Web App
|
| 18 |
|
| 19 |
An interactive machine learning application deployed on **Hugging Face Spaces** to predict the likelihood of hospital readmission for diabetic patients using clinical and demographic data.
|
|
|
|
| 96 |
- **Pandas & NumPy**
|
| 97 |
- **Hugging Face Spaces**
|
| 98 |
|
| 99 |
+
---
|
|
|