This project applies various ML algorithms to predict the likelihood of a stroke based on medical and lifestyle data.
Features include:
- Demographic: Age, Gender, Marital Status
- Medical: Hypertension, Heart Disease, Glucose Level, BMI
- Lifestyle: Work Type, Smoking Status, Residence Type
- Logistic Regression
- Decision Tree
- Naive Bayes
- Bernoulli Naive Bayes
- Support Vector Machine
- K-Nearest Neighbors
Check out the complete notebook:
Open in nbviewer
Live demo: Site
- Clone the repository
git clone https://github.com/HarshBiyani/stroke-prediction.git
- Navigate into the React app directory
cd stroke-prediction-website - Install dependencies
npm install
- Start the development server
npm run start