This summarizes a research paper that applies machine learning classifiers to an ECG dataset to predict heart disease. It tested five machine learning algorithms (Support Vector Machine, Logistic Regression, K-nearest Neighbors, Naive Bayes, Ensemble Voting Classifier) on a dataset of 1190 records combining five ECG datasets. The Support Vector Machine model achieved the highest accuracy of 85.49% at predicting heart disease. The study aims to enable early diagnosis of heart disease and increase survival rates.