Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/firaskahlaoui/heart-disease-prediction

The Heart Disease Prediction project aims to predict the likelihood of heart disease using machine learning techniques.
https://github.com/firaskahlaoui/heart-disease-prediction

data-cleaning data-visualization flask jupyter-notebook kaggle-dataset model-building python3

Last synced: about 5 hours ago
JSON representation

The Heart Disease Prediction project aims to predict the likelihood of heart disease using machine learning techniques.

Awesome Lists containing this project

README

        

# Heart Disease Prediction

This project provides a web interface for predicting heart disease based on various health metrics. It includes data cleaning, analysis, and machine learning model building functionalities integrated with Flask.

## About This Project

The Heart Disease Prediction project aims to predict the likelihood of heart disease using machine learning techniques. It features a Flask-based web interface for user interaction, data cleaning and preprocessing to prepare the dataset, exploratory data analysis (EDA) to understand patterns in the data, and model building to predict heart disease based on input features.

## Features

- **Flask Web Interface**: Allows users to input health metrics and receive a prediction for heart disease.
- **Data Cleaning**: Preprocesses raw data to handle missing values, outliers, and ensure data quality.
- **Exploratory Data Analysis (EDA)**: Analyzes and visualizes data to gain insights into correlations and patterns.
- **Machine Learning Model**: Builds and deploys a machine learning model to predict heart disease.
- **Model Evaluation**: Assesses the model's performance using appropriate metrics and techniques.

## Technologies Used

- Python
- Flask
- Pandas
- NumPy
- Matplotlib
- Scikit-learn
- Jupyter Notebook

## Installation

1. Clone the repository:

```bash
git clone https://github.com/FirasKahlaoui/heart-disease-prediction.git
cd heart-disease-prediction