Skip to content

This project aims to predict the presence of heart disease in patients based on various medical attributes. It utilizes machine learning algorithms to analyze data and make predictions.

Notifications You must be signed in to change notification settings

Anshg07/Heart_PROJECT

Repository files navigation

Heart Disease Prediction Project

This project aims to predict the presence of heart disease in patients based on various medical attributes. It utilizes machine learning algorithms to analyze data and make predictions.

Dataset

The dataset used in this project is the Heart Disease UCI dataset, which contains various attributes such as age, sex, cholesterol levels, and resting blood pressure, among others.

Installation

To run this project locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/Anshg07/Heart_PROJECT.git
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Run the Jupyter notebook:
jupyter notebook

Navigate to the Heart_Disease_Prediction.ipynb file and open it to explore the project.

Usage

Once you have the Jupyter notebook open, you can run each cell sequentially to see the data preprocessing steps, model training, evaluation, and predictions.

Results

The project achieves an accuracy of over 85% in predicting the presence of heart disease.

Contributing

Contributions to this project are welcome. Feel free to open an issue or submit a pull request with any improvements or suggestions.

About

This project aims to predict the presence of heart disease in patients based on various medical attributes. It utilizes machine learning algorithms to analyze data and make predictions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published