Bimsara Jayawardana

🫀 Heart-Disease-Prediction - Assess Heart Disease Risk Easily

Download Heart-Disease-Prediction

🚀 Getting Started

Welcome to the Heart Disease Prediction repository! This application helps assess the risk of heart disease by using machine learning. It is designed for users without technical backgrounds.

📦 Features

🛠️ System Requirements

💻 Download & Install

To get started, visit this page to download: Heart-Disease-Prediction Releases.

🕹️ Installation Steps

  1. Go to Releases: Click the link above to navigate to the Releases page.
  2. Select Version: Choose the latest version of the software.
  3. Download File: Look for the executable file (often named Heart-Disease-Prediction.exe for Windows or Heart-Disease-Prediction.dmg for macOS).
  4. Run Installer: Open the downloaded file and follow the on-screen instructions.

🌐 Using the Application

Once the application is installed, you can start using it.

1. Launch the Application

2. Using the Web Dashboard

3. Accessing the REST API

🔍 How to Make Predictions

Make a Prediction via Dashboard

  1. Go to the dashboard.
  2. Fill in the required fields. This will usually include your age, cholesterol levels, and other health metrics.
  3. Click “Predict”.
  4. Wait a moment for the result.

Make a Prediction via REST API

  1. Make a POST request to /predict.
  2. Send the health data in JSON format.
  3. The application will return the risk assessment.

📊 Understanding Results

Once you receive a prediction, you will also see an explanation of the result. Look for a breakdown of the factors that contributed to the assessment. This feature uses SHAP to clarify how different inputs affect your risk.

🐳 Docker Deployment

If you prefer using Docker for deployment, follow these steps:

  1. Ensure Docker is installed on your machine.
  2. Open your command line interface.
  3. Use the following command to pull the Docker image:

    docker pull YOUR_IMAGE_NAME
    
  4. Run the Docker container with:

    docker run -p 8501:8501 YOUR_IMAGE_NAME
    
  5. Access the dashboard through your browser at http://localhost:8501.

🛠️ Troubleshooting

If you run into any issues:

For more help, visit the Issues page.

🔗 Additional Resources

Access the releases here: Heart-Disease-Prediction Releases.

Your health matters. Use Heart Disease Prediction to take charge of your well-being.