Edge computing bridges the gap between industrial clouds and field devices for the Industrial Internet of Things (IoT). The most difficult aspect of edge computing is gathering data from different devices. The role of Edge is to process client's data at the network's edge, closer to the source. Due to the rapid increase in data traffic exchanged worldwide, there is an increasing need to collect and process data from sensors and devices of the IoT, which are operated in real time from remote locations and hostile operating environments. The proposed system aims to develop an edgebased heart disease prediction. The system was developed using a simple microcontroller that integrates temperature, heart rate and blood pressure. The measured value is tested with machine learning model to understand the patient's condition. Many feature combinations are used to reveal the prediction model and also for large number of well-known machine learning classification algorithms. Prediction model achieved the accuracy measure of 86% for SVM,92.24% for Decision Tree Classifier, 93.01% for Random Forest and 86.91% for K-Nearest Neighbor. So, from these four algorithms, Decision Tree Classifier gives the superior prediction, satisfying all the measures of precision, recall, accuracy and F-Score.