Skip to content

Diksha0416/Heart-Health-Predictor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💉 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.