Skip to content

Prem07a/Heart-Disease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Heart Disease Prediction Streamlit App

This is a simple Streamlit web application that allows users to predict the likelihood of heart disease based on input features. The prediction is made using a machine learning model that has been trained on heart disease data.

dog and cat image

Live Website

Table of Contents

Getting Started

Prerequisites

To run this application, you need:

  • Python (3.6 or later)
  • Streamlit
  • pandas
  • pickle

Installation

  1. Clone this repository:
git clone https://github.com/Prem07a/Heart-Disease.git
  1. Navigate to the project directory:
cd Heart-Disease
  1. Install the required dependencies:
pip install -r requirements.txt

Usage

Run the Streamlit app by executing the following command in your terminal:

streamlit run ./code/website/app.py

The web application will open in your default web browser. You can then interact with the app by inputting various features and clicking the "Predict" button to get the predicted outcome.

Input Features

The following input features can be adjusted in the app:

  • Age
  • Sex (Male/Female)
  • Chest Pain Type
  • Resting Blood Pressure
  • Cholesterol
  • Fasting Blood Sugar (> 120 mg/dl)
  • Resting Electrocardiographic Results
  • Maximum Heart Rate Achieved
  • Exercise Induced Angina
  • ST Depression Induced by Exercise Relative to Rest
  • Slope of the Peak Exercise ST Segment
  • Number of Major Vessels Colored by Fluoroscopy
  • Thalassemia

Output

After adjusting the input features and clicking "Predict," the app will display the predicted outcome, indicating whether the prediction suggests a positive or negative likelihood of heart disease.

Thanks

I would like to thank Akshat for reporting a bug in streamlit app.


About

"Coding a Streamlit web app for heart disease prediction using a trained machine learning model."

Topics

Resources

License

Stars

7 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors