An open API service indexing awesome lists of open source software.

https://github.com/glennx1/heartdrive

ML-powered heart disease predictor using Streamlit, featuring data preprocessing, visualization, and user input interface.
https://github.com/glennx1/heartdrive

matplotlib pandas python scikit-learn seaborn streamlit

Last synced: about 2 months ago
JSON representation

ML-powered heart disease predictor using Streamlit, featuring data preprocessing, visualization, and user input interface.

Awesome Lists containing this project

README

          

🫀 Heart Disease Prediction using Machine Learning
This project aims to predict the risk of cardiovascular disease using machine learning models trained on medical and lifestyle data. The dataset used is based on the Cardio Dataset from Kaggle.

📁 Project Structure
├── cardio_train.csv # Training dataset
├── cardiotest.csv # Test dataset
├── heart.py # Python script with model training and prediction
└── README.md # Project documentation

🧠 Models Used
The project includes implementation and comparison of the following models:

Logistic Regression

Random Forest

📊 Features
The dataset includes the following features:

Age

Gender

Height, Weight, BMI

Systolic and Diastolic Blood Pressure

Cholesterol and Glucose Levels

Smoking, Alcohol Intake, Physical Activity

Cardiovascular Disease (Target)