Commit
·
e99404e
1
Parent(s):
5e10f6c
add README.md
Browse files
README.md
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: Heart Disease Prediction
|
3 |
+
emoji: ❤️
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "1.0.0" # Replace with the latest version of Gradio
|
8 |
+
app_file: main.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
This is a heart disease prediction model deployed with Gradio. The model is trained using an XGBoost classifier on the UCI dataset.
|