This document summarizes a research paper that predicts heart disease using machine learning algorithms. It compares the performance of three algorithms - logistic regression, decision trees, and random forests - on a heart disease dataset. Logistic regression achieved the highest accuracy at 92%, outperforming decision trees and random forests. The paper outlines developing a heart disease prediction web application using logistic regression that allows users to input their medical details and get a prediction of their heart disease risk level.