BlueNeuron/cvd-risk-score-predictor
0
1---2title: CVD Risk Score Predictor3emoji: 🫀4colorFrom: blue5colorTo: green6sdk: streamlit7sdk_version: "1.32.0"8python_version: "3.10"9app_file: app.py10pinned: false11---12 13# CVD Risk Score Predictor14 15An end-to-end ML app that predicts **CVD Risk Score** from patient health attributes using a scikit-learn Pipeline16(preprocessing + model) and a Streamlit UI.17 18## How to train locally191. Put the dataset file in this folder as `CVD Dataset.csv`202. Run:21 ```bash22 python train.py23 