Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/firaskahlaoui/heart-disease-prediction
- Owner: FirasKahlaoui
- Created: 2024-05-10T19:02:29.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-23T21:42:09.000Z (5 months ago)
- Last Synced: 2024-06-23T22:39:00.276Z (5 months ago)
- Topics: data-cleaning, data-visualization, flask, jupyter-notebook, kaggle-dataset, model-building, python3
- Language: Jupyter Notebook
- Homepage:
- Size: 14.2 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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