Skip to content

shruthikha/heart-disease-prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

❤️ Heart Disease Prediction App

This project is a machine learning web app that predicts the likelihood of heart disease based on patient data. It uses a Logistic Regression model trained on the UCI Heart Disease dataset.


🚀 Features

  • Predicts heart disease risk using 13 clinical parameters.
  • Interactive web interface built with Streamlit.
  • Displays model accuracy and performance metrics.
  • Shows sample data for reference.

📊 Model Performance

  • Training Accuracy: 85%
  • Test Accuracy: 82%
  • Precision / Recall / F1-Score: ~82% balanced across classes

(Note: This model is for educational purposes and not for real medical use.)


🛠️ Installation

  1. Clone the repository:

    git clone https://github.com/your-username/heart-disease-prediction.git

  2. Install dependencies: pip install streamlit scikit-learn pandas pillow

3.🖥️ Running the App In your terminal, run:

streamlit run app.py

Your browser will open at http://localhost:8501.

⚠️ Disclaimer This project is not a medical diagnostic tool. Predictions are for demonstration and educational purposes only.

Dataset: UCI Heart Disease Data

AUTHOR: Shruthikha S.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors