This project uses machine learning to predict the risk of a heart attack based on medical and demographic data.
app.py: The Flask application code.templates/index.html: The input form.templates/result.html: The result page.data/Heart_data.csv: The dataset used for training the model.