HeartDisease

Heart Disease Prediction

This project predicts the probability of heart disease based on user input such as age, cholesterol, and resting blood pressure.

Features

Setup Instructions

  1. Clone the repository:
    git clone <your-repo-url>
    
  2. Navigate to the project directory:
    cd HeartDisease-main
    
  3. (Optional) Create and activate a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows: venv\Scripts\activate
    
  4. Install dependencies:
    pip install -r requirements.txt
    
  5. Run the application:
    python HeartDisease-main/main.py
    

Usage

License

This project is licensed under the MIT License. See LICENSE for details.