This document describes a system that uses embedded sensors and machine learning to predict angina pectoris (chest pain). The system collects patient data like heart rate, ECG, temperature and oxygen levels using sensors connected to an Arduino board. This data is sent to a cloud platform and analyzed using five machine learning algorithms. The K-NN and Random Forest algorithms achieved the highest accuracy and are used for prediction. The trained models are stored on a website to allow users to input patient data and receive predictions of whether they have the disease.