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

https://github.com/nikhil-donthusaram/heartdiseaseprediction

Heart Disease Prediction App is a machine learning web application that predicts the likelihood of heart disease based on user medical inputs. Built using a Decision Tree Classifier and deployed with Streamlit for an interactive, user-friendly interface.
https://github.com/nikhil-donthusaram/heartdiseaseprediction

data-analysis descision-tree joblib jupyter-notebook machine-learning matplotlib numpy pandas python3 seaborn sklearn streamlit vscode

Last synced: 5 months ago
JSON representation

Heart Disease Prediction App is a machine learning web application that predicts the likelihood of heart disease based on user medical inputs. Built using a Decision Tree Classifier and deployed with Streamlit for an interactive, user-friendly interface.

Awesome Lists containing this project

README

          

# Heart Disease Prediction App

A simple and powerful machine learning web application that predicts whether a person is likely to have heart disease based on medical parameters. Built using a Decision Tree Classifier and deployed with Streamlit.

๐Ÿ”— **Live App:** [Click here to try it out](https://heartdiseaseprediction-kfpzgxs2son9ivmtyu7xj3.streamlit.app/)

---

## ๐Ÿง  Technologies Used

- **Machine Learning Model**: Decision Tree Classifier (sklearn)
- **Frontend/UI**: Streamlit
- **Data Handling**: NumPy, Pandas
- **Model Saving**: Joblib
- **Deployment**: Streamlit Cloud

---

## ๐Ÿงพ Features

- ๐Ÿš€ Predicts heart disease based on 13 medical input parameters
- ๐Ÿ“Š Displays model accuracy (88%)
- ๐Ÿ–ผ๏ธ Includes real human heart image in the UI
- โœ… User-friendly and mobile responsive interface
- ๐Ÿ’ป Easy to deploy, modify, or extend

---