Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (26 loc) · 1.19 KB

💉 Heart Disease Prediction App

A simple app to quickly check whether a person is showing symptoms of heart disease or is completely healthy.

Open in Streamlit

Features


  1. Predict Heart Disease: Input user data to predict the likelihood of heart disease.
  2. Data Visualization: Visualize important health metrics and correlations to better understand risk factors.
  3. User-Friendly Interface: A simple and intuitive interface for easy data entry and result interpretation.

How to Run It on Your Own Machine


  1. Clone the Repository:

    git clone https://github.com/chitwan6804/heart-disease-prediction.git
    cd heart-disease-prediction
  2. Install the Requirements:

    pip install -r requirements.txt
  3. Run the App:

    streamlit run streamlit_app.py

About


This app leverages a machine learning model to predict the risk of heart disease based on various health metrics like age, cholesterol levels, and other key factors. It's designed to assist in preliminary health assessments and to provide insights into important health indicators.