Heart Disease Prediction with KNN

Sep 19, 2024 · 1 min read

A Streamlit-based web application that uses a K-Nearest Neighbors (KNN) model to predict the risk of heart disease based on user-provided medical inputs.

Key Features:

  • 🧠 Built using the K-Nearest Neighbors (KNN) algorithm for classification
  • 📊 Users input medical data such as age, cholesterol, blood pressure, and more
  • ⚙️ Real-time predictions rendered via an interactive Streamlit frontend
  • 📈 Includes visual insights and performance metrics
  • 🛡️ Disclaimer: This tool is for educational/demo purposes. For real medical advice, consult a licensed healthcare professional.