A simple app to quickly check whether a person is showing symptoms of heart disease or is completely healthy.
- Predict Heart Disease: Input user data to predict the likelihood of heart disease.
- Data Visualization: Visualize important health metrics and correlations to better understand risk factors.
- User-Friendly Interface: A simple and intuitive interface for easy data entry and result interpretation.
-
Clone the Repository:
git clone https://github.com/chitwan6804/heart-disease-prediction.git cd heart-disease-prediction
-
Install the Requirements:
pip install -r requirements.txt
-
Run the App:
streamlit run streamlit_app.py
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.