Heart Disease Prediction
This project predicts the probability of heart disease based on user input such as age, cholesterol, and resting blood pressure.
Features
- Web form for user input
- Predicts heart disease probability
Setup Instructions
- Clone the repository:
git clone <your-repo-url>
- Navigate to the project directory:
- (Optional) Create and activate a virtual environment:
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
- Install dependencies:
pip install -r requirements.txt
- Run the application:
python HeartDisease-main/main.py
Usage
- Open your browser and go to the local server address (usually http://127.0.0.1:5000/).
- Fill in the form and submit to get your heart disease prediction.
License
This project is licensed under the MIT License. See LICENSE for details.