This document describes a study that used machine learning algorithms to predict heart disease. Researchers tested algorithms like KNN, SVM, Naive Bayes, decision trees, and random forests on a dataset of 70,000 patients. Logistic regression showed the best accuracy at 72.85%. The researchers created an Android app integrated with a Python backend via a Flask API to allow clinicians to enter patient data and receive a heart disease prediction. The system was designed to help medical professionals and reduce strain on healthcare systems.