Next Article in Journal
Elaboration of Undoped ZnO Nanowires for Use as Acetone Gas Sensors
Previous Article in Journal
Development of a New Lubricant Degradation Monitoring Technique Using Terahertz Electromagnetic Waves
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Proceeding Paper

Prediction of Heart Wellness Based on the Analysis of Skin Color †

by
Kavya Sree Kammari
1,
Neetu Srivastava
2,* and
Ioannis Sarris
3
1
Department of Computer Science and Engineering, Amrita Vishwa Vidyapeetham, Bangalore 560035, India
2
Department of Mathematics, Amrita Vishwa Vidyapeetham, Bangalore 560035, India
3
Department of Mechanical Engineering, University of West Attica, 12243 Athens, Greece
*
Author to whom correspondence should be addressed.
Presented at the Advances in Biomedical Sciences, Engineering and Technology (ABSET) Conference, Athens, Greece, 10–11 June 2023.
Eng. Proc. 2023, 50(1), 5; https://doi.org/10.3390/engproc2023050005
Published: 31 October 2023

Abstract

:
Heart rate monitoring is crucial in scientific and technical fields as it provides essential information about cardiovascular health, exercise performance, and stress levels, enabling early detection of and intervention for potential cardiac abnormalities or risks. Traditional methods for measuring heart rate often require direct contact with the body, which can be invasive and inconvenient. In this analysis, we have studied the remote photoplethysmography (rPPG) techniques for predicting heart wellness using different machine algorithms. To evaluate the effectiveness of different rPPG methods, we conducted a study with a diverse sample of 20 participants. We considered factors such as gender, skin texture (based on participants from India and Sierra Leone), and age group. By collecting data from various PPG and rPPG methods, we aimed to determine the most accurate technique for heart rate prediction. To accomplish this, we employed two machine learning algorithms: Lasso Regression and Random Forest Regression. These algorithms were trained on the collected heart rate data to predict and compare the performance of different rPPG methods. Our research findings indicate that both Random Forest Regression and Lasso Regression models exhibit promising results in predicting heart rate non-invasively and accurately. The Random Forest Regression model achieved an average mean square error of 3.193 and a coefficient of determination value of 0.885, while the Lasso Regression model achieved an average mean square error of 33.336 and a coefficient of determination, R2, value of 0.086. The relatively low Mean Squared Error (MSE) and high (R-squared) R2 values obtained from the Random Forest Regression model demonstrate its superior predictive performance compared to the Lasso Regression model. This suggests that the Random Forest algorithm is better suited for analyzing the collected heart rate prediction dataset using rPPG features. Our research findings underscore the potential of remote photoplethysmography (rPPG) and machine learning algorithms in predicting heart rate non-invasively. We have successfully analyzed the study method across different genders, regions, and skin colors. Moreover, our study emphasizes the significance of considering factors such as skin color pigments and their impact on the accuracy of heart rate predictions. By recognizing the influence of these factors, we can further refine and improve the performance of rPPG-based heart rate monitoring systems.

1. Introduction

Heart disease remains a major global health concern, necessitating effective early detection and intervention strategies to mitigate its impact on the public. By identifying individuals with early signs or risk factors of heart disease, researchers can conduct comprehensive studies to understand the underlying mechanisms, genetic predispositions, and environmental determinants contributing to the disease [1].
Photoplethysmography (PPG) and remote photoplethysmography (rPPG) techniques enable non-invasive monitoring of physiological signals, capturing vital information about heart rate, blood volume changes, and arterial pulsations [2]. These allow for the early detection of people who are at a higher risk of developing heart disease, allowing for targeted healthcare methods. PPG methods may not be suitable in the context of conditions like COVID-19, multi-parameter monitoring, and transmission risk [3,4,5]. Recent research has explored various models and factors to extract accurate heartbeat information from remote photoplethysmography (rPPG) signals. One of the approaches involves utilizing signal processing techniques such as filtering, noise reduction, and motion artifact removal to improve the quality of rPPG signals [4]. Investigating emotion recognition from facial images despite variations in occlusion, pose, and illumination takes a unique angle in this study [6,7,8,9].
The association between skin color and heart wellness has gained attention due to the visible variations that are influenced by factors such as melanin content, blood flow, and tissue composition [1]. In our research, we have leveraged the foundation laid by Dasari et al. [4]. Their study assessed the accuracy of the Chrominance-based Remote PPG Algorithm (CHROM), Plane Orthogonal-to-Skin (POS), Bounded Kalman Filter (BKF), Spherical Mean (SPH), and DeepPhys approaches, thereby exploring the potential use of skin color analysis as a predictive tool. They obtained significant p-values, indicating the statistical significance of the relationship between skin color characteristics and heart wellness. By referencing these p-values and incorporating them into our research, we can establish a connection with their findings and further contribute to the existing knowledge in this domain. In addition to leveraging the p-values from the referenced study, our research expands on these findings by utilizing advanced regression techniques, namely, Lasso Regression and Random Forest Regression. These models offer powerful tools for feature selection and prediction, enhancing the accuracy and robustness of heart rate prediction based on skin color analysis. Kuriakose et al. [10] embarked on a journey to predict diabetes using advanced machine learning techniques while harnessing the insights gleaned from a substantial clinical patient database. Although distinct from heart wellness prediction, their methodology and findings resonate with the potential applicability of machine learning in various healthcare domains [11,12,13].
It is important to acknowledge the limitations and challenges associated with our research. Factors such as genetic variations, environmental determinants, and lifestyle choices can influence both skin color and heart wellness. Rigorous data collection, statistical analysis, and validation procedures are vital to ensure the reliability and generalizability of our models.
This research paper aims to establish a connection between our work and the aforementioned studies by incorporating the obtained p-values and introducing advanced regression techniques, specifically Lasso Regression and Random Forest Regression, to enhance the accuracy of heart disease prediction based on skin color analysis.

2. Data Collection

The study collected data consisting of PPG and rPPG heart rates, as well as videography, from participants in India and Sierra Leone. The dataset included both male and female participants from each country (a sample of rPPG data is presented in Figure 1). The rPPG signals were obtained using various methods, including BKF, Spherical Mean, DeepPhys, CHROM, and POS. The Masimo oximeter served as the ground truth device for measuring rPPG heart rates.

3. Methodology

3.1. Regression Models

3.1.1. Lasso Regression

Lasso regression is a variant of linear regression that incorporates L1 regularization, a technique aimed at enhancing the model’s predictive performance by mitigating overfitting and facilitating feature selection.
The Lasso regression equation is represented as follows:
y = β 0 + β 1 x 1 + β 2 x 2 + + β n x n + ε
Within this equation, ‘y’ signifies the estimated heart rate, ‘β0’ represents the intercept term, ‘β1’ through ‘βn’ correspond to the regression coefficients, ‘x1’ to ‘xn’ are the predictor variables, and ‘ε’ denotes the residual error.

3.1.2. Random Forest Regression

Random Forest Regression stands as an ensemble learning technique that merges multiple decision trees to facilitate predictions. Its potency lies in enhancing accuracy and resilience by curbing overfitting and grasping intricate data relationships.
The Random Forest Regression equation can be expressed as an ensemble of decision trees:
y = Σ ( β 0 + β 1 x 1 + β 2 x 2 + + β n x n + ε )
Within this equation, ‘y’ denotes the projected heart rate, ‘β0’ signifies the intercept, ‘β1’ to ‘βn’ encompass the regression coefficients, ‘x1’ to ‘xn’ symbolize the predictor variables, ‘ε’ corresponds to the model’s error term, and Σ signifies the summation of predictions drawn from individual decision trees.

3.2. Evaluation Metrics

3.2.1. Mean Squared Error (MSE)

MSE quantifies the average of the squared disparities between the anticipated and real values. It is obtained from summing the squared deviations between predicted and actual values, and then dividing the obtained value by the sample count.
M S E = 1 n y p r e d y a c t u a l 2
where n is the number of samples, ypred is the predicted heart rate, and yactual is the actual heart rate.

3.2.2. R-Squared (R2)

R2 signifies the proportion of variability in the dependent variable that finds its explanation in the independent variables. This metric offers insight into how well the regression model conforms to the dataset.
R 2 = 1 ( S S R S S T )
where SSR is the sum of squared residuals y p r e d y a c t u a l 2 , and SST is the total sum of squares y p r e d y a c t u a l 2 .

4. Results

4.1. Comparison and Analysis

This study compared the predicted heart rates from Lasso Regression and Random Forest Regression with the ground truth values. For Lasso Regression, the deviation between the predicted and ground truth heart rates was assessed using MSE and R2 metrics.
Similarly, for Random Forest Regression, MSE and R2 values were calculated to evaluate the accuracy and goodness of fit of the predictions. The graphical representation of the predicted heart rates against the ground truth values allowed for visual analysis and comparison between the two regression models.
By applying Lasso Regression and Random Forest Regression techniques, the study aimed to assess the accuracy of heart rate prediction in the context of skin color analysis. These regression methods, along with the evaluation metrics, provided a quantitative analysis of the predictions and facilitated a comprehensive understanding of their performance.

4.2. Analysis of Results

The results of our analysis indicate that the Random Forest Regression (RFR) model outperformed the Lasso Regression model in predicting heart rates. This conclusion is supported by the graphical comparison of the predicted heart rates with the ground truth values from Figure 2a,b.
In the linear regression graph comparing the predicted heart rates from Lasso Regression with the ground truths in Figure 2b, the points deviated noticeably from the x = y line. This noticeable deviation suggests that the Lasso Regression model exhibits limitations in accurately predicting the heart rate. Points that closely adhere to the x = y line signify a greater degree of concordance between the predicted values and the actual ground truth values.
On the other hand, in the graph representing the Random Forest Regression model in Figure 2a, the points were much closer to the x = y line. This proximity suggests that the Random Forest Regression model yielded a more accurate prediction of the heart rate. The points aligning closely with the x = y line indicate a higher level of agreement between the predicted and ground truth values.
The consistent pattern observed in the Random Forest Regression graph indicates the model’s ability to accurately estimate heart rates across a range of values. The small deviations from the x = y line suggest that the Random Forest Regression model captured the underlying relationships in the data more effectively, resulting in an improved prediction accuracy.
These findings support the superiority of the Random Forest Regression model over the Lasso Regression model in predicting heart rates. While visual analysis of the graphs provides valuable insights, it is essential to supplement these observations with quantitative metrics such as Mean Squared Error (MSE) and R-squared (R2) to obtain a more comprehensive evaluation of the models’ performance.
In summary, our results indicate that the Random Forest Regression model exhibited a greater accuracy in predicting heart rates compared to the Lasso Regression model. The data points on the graph of Random Forest Regression, which closely correspond to the x = y line, strongly signal a substantial harmony between the projected and actual values. This alignment underscores the model’s effectiveness in estimating heart rates, emphasizing its robustness. These findings have important implications for an accurate heart disease prediction and emphasize the utility of the Random Forest Regression approach in healthcare research and monitoring.

5. Discussion

The present study aimed to investigate the influence of skin factors on remote photoplethysmography (rPPG) results and evaluate the performance of different regression methods in predicting rPPG heart rates. The study findings provide valuable insights into the relationship between skin factors and rPPG results, as well as the efficacy of various regression techniques for accurate signal prediction.
The first aspect examined in this study was the influence of skin factors on rPPG results. The KS test was utilized to assess the significance of the differences in rPPG heart rates between different gender groups within the same country and between the two countries.
The significance level (alpha) was set at 0.05, which means that p-values below this threshold provide strong evidence that supports the alternative hypothesis of significant differences, while p-values above 0.05 provide insufficient evidence for the rejection of the null hypothesis of no significant difference. The obtained p-values from the KS test provide insights into the comparisons between different groups. For instance, from Table 1, the p-value of 0.001 for the comparison between India Male and Sierra Leone Male indicates a significant difference in rPPG heart rates between these two groups. This finding suggests that there are substantial differences between the rPPG heart rates obtained from DeepPhys and the ground truth values measured using the Masimo oximeter for male individuals from India and Sierra Leone.
On the other hand, the p-value of 0.990 for the comparison between Sierra Leone Male and Sierra Leone Female is above the significance level of 0.05. This indicates that there is insufficient evidence to support the hypothesis of significant differences between the rPPG heart rates obtained from Masimo and POS for male and female individuals in Sierra Leone. To put it differently, the available data do not present compelling indications of a noteworthy variance between the Masimo oximeter and the POS method for measuring rPPG heart rates within these distinct gender groups in Sierra Leone. These results underscore the importance of interpreting p-values in relation to the chosen significance level. p-values below the significance level (e.g., 0.05) provide evidence to support the alternative hypothesis of significant differences, suggesting that there are substantial variations between the compared groups. Conversely, p-values above the significance level suggest that the observed differences may be due to chance, and there is no strong evidence to conclude the presence of significant distinctions between the groups. In summary, the KS test results reveal that the rPPG heart rates exhibit significant differences between certain groups, while in other cases, the differences are not statistically significant. These findings highlight the need for careful interpretation of p-values in light of the chosen significance level and provide insights into the extent of variation in rPPG heart rates between different gender groups and measurement methods.
In addition to the analysis of skin factors, the study evaluated the performance of different regression methods in predicting rPPG heart rates. Mean Squared Error (MSE) and R-squared (R2) values were employed as evaluation metrics for assessing the accuracy and goodness of fit of the regression models. These metrics provide valuable insights into the predictive capabilities of the regression methods for rPPG signal estimation. The MSE measures the average squared difference between the predicted and actual rPPG heart rates values. Lower MSE values indicate a higher accuracy in predicting the rPPG heart rates. The obtained MSE values for each gender group and regression method were compared to assess their relative performance. Higher MSE values indicate a larger discrepancy between the predicted and actual rPPG heart rates, suggesting limitations in the accuracy of the regression models. Conversely, the R2 value denotes the fraction of the variability observed in the rPPG heart rates that can be accounted for by the regression model. Elevated R2 values signify a stronger alignment of the regression model with the dataset, suggesting the model’s capability to elucidate a greater segment of fluctuations in the rPPG heart rates.
The analysis of the MSE and R2 values revealed a varying performance across the different regression methods and gender groups. For instance, in the case of Masimo_India_F, the BKF method displayed an MSE of 31.941 and an R2 value of 0.124. These values indicate that the BKF method had a moderate accuracy in predicting the rPPG heart rates for Indian females. Similarly, the Chrom method yielded an MSE of 32.854 and an R2 value of 0.099, suggesting a similar level of accuracy but with a slightly lower goodness of fit. Meanwhile, the Sph method showed an MSE of 31.635 and an R2 value of 0.132, indicating comparable performance to the BKF method. It is important to note that the Random Forest Regression models also demonstrated competitive performance in terms of MSE and R2 values. These models exhibited promising accuracy and a good fit to the data, suggesting their potential as reliable alternatives for rPPG signal prediction. Random Forest combines many decision trees to predict outcomes. Each tree learns different patterns from the given data, making it efficient in capturing complex relationships. Heart rates are influenced by many factors, some of which do not have straightforward relationships. Random Forest can handle these complexities by considering interactions between factors and avoiding overfitting. Lasso regression is a linear method that works best when relationships between predictors and outcomes are simple. It is like fitting a straight line through data points. However, heart rate prediction is more intricate and does not always follow a straight line pattern. Lasso’s simplicity may cause it to miss important factors and interactions that Random Forest can identify. This is why Random Forest, with its ability to capture complex relationships, outperforms Lasso for predicting heart rates. The interpretations of the MSE and R2 values in the context of rPPG signal prediction must consider the specific objectives of the research and the desired level of accuracy. In applications where high precision is crucial, lower MSE values and higher R2 values are desired. Conversely, in scenarios where a rough estimation is acceptable, higher MSE values and lower R2 values may still yield satisfactory results.
In conclusion, this study highlights the influence of skin factors on rPPG results and the importance of selecting appropriate regression methods for accurate signal prediction. The study findings indicate significant gender-related differences in rPPG heart rates within the same country, emphasizing the need to account for gender as a contributing factor. The MSE and R2 values provide valuable insights into the accuracy and goodness of fit of the regression models, enabling the evaluation of their performance. The results suggest that Random Forest Regression shows promise as a reliable approach for rPPG signal prediction. These findings contribute to the understanding of factors affecting rPPG heart rates and provide guidance for improving their prediction accuracy in diverse populations.
Future research could explore additional skin factors, such as melanin content and skin thickness, to further understand their impact on rPPG results. Additionally, investigating the performance of other regression techniques or ensemble methods could contribute to identifying the most accurate and robust approach for rPPG signal estimation. Moreover, expanding the sample size and including a more diverse range of populations would enhance the generalizability and applicability of the study findings.

6. Conclusions

This research paper highlights the influence of skin factors on remote photoplethysmography (rPPG) results and the importance of considering gender as a contributing factor.
  • Significant differences in rPPG heart rates based on gender within each country were observed, emphasizing the need to account for gender-related variations in rPPG measurements.
  • The Random Forest Regression (RFR) model outperformed the Lasso Regression model in accurately predicting heart rates, indicating its potential as a reliable approach for heart disease prediction and monitoring.
  • The Kolmogorov–Smirnov (KS) test results further supported the significance of gender-related differences in rPPG heart rates and highlighted the influence of skin factors.
  • The findings of this research contributed to the understanding of rPPG measurements, skin factors, and heart rate prediction, providing valuable insights for healthcare professionals, researchers, and practitioners.
  • Future research can expand on this study by exploring additional skin factors, increasing the sample size, and investigating other regression techniques to enhance the accuracy of rPPG signal estimation.
  • By advancing our knowledge of the relationship between skin factors, rPPG measurements, and heart disease, this research paves the way for more effective early detection and intervention strategies to mitigate the impact of heart disease on public health.

Author Contributions

K.S.K.: Conceptualization, Data curation, Investigation, Methodology, Software, Supervision, Validation, Writing—original draft, and Writing—review and editing. N.S.: Writing—review and editing. I.S.: Writing—review and editing. All authors have read and agreed to the published version of the manuscript.

Funding

This research was funded by Vision group of science and technology Karnataka under K Fist scheme. Grant number: grd787.

Institutional Review Board Statement

The study was conducted in accordance with the Declaration of Helsinki and approved by the Amrita Vishwa Vidyapeetham Institutional Review Boards.

Informed Consent Statement

Informed consent was obtained from all subjects involved in the study.

Data Availability Statement

The data that support the findings of this study are available on request due to privacy/ethical restrictions.

Acknowledgments

Authors are thankful to the Amrita Vishwa Vidyapeetham University authorities for providing the necessary facilities and generous support.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Sweet, E.; McDade, T.W.; Kiefe, C.I.; Liu, K. Relationships between skin color, income, and blood pressure among African Americans in the CARDIA Study. Am. J. Public Health 2007, 97, 2253–2259. [Google Scholar] [CrossRef] [PubMed]
  2. Mironenko, Y.; Kalinin, K.; Kopeliovich, M.; Petrushan, M. Remote photoplethysmography: Rarely considered factors. In Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition Workshops, Seattle, WA, USA, 14–19 June 2020; pp. 296–297. [Google Scholar]
  3. Takahashi, M.; Yamaguchi, T.; Takahashi, R.; Ogawa-Ochiai, K.; Tsumura, N.; Iijima, N. Non-invasive measurement of pulse waves in the soles of rats using an RGB camera. OSA Contin. 2021, 4, 3014–3025. [Google Scholar] [CrossRef]
  4. Dasari, A.; Prakash, S.K.A.; Jeni, L.A.; Tucker, C.S. Evaluation of biases in remote photoplethysmography methods. NPJ Digit. Med. 2021, 4, 91. [Google Scholar] [CrossRef] [PubMed]
  5. Schrumpf, F.; Frenzel, P.; Aust, C.; Osterhoff, G.; Fuchs, M. Assessment of Non-Invasive Blood Pressure Prediction from PPG and rPPG Signals Using Deep Learning. Sensors 2021, 21, 6022. [Google Scholar] [CrossRef] [PubMed]
  6. Kuruvayil, S.; Palaniswamy, S. Emotion recognition from facial images with simultaneous occlusion, pose and illumination variations using meta-learning. J. King Saud Univ.-Comput. Inf. Sci. 2021, 34, 7271–7282. [Google Scholar] [CrossRef]
  7. Boccignone, G.; Bursic, S.; Cuculo, V.; D’Amelio, A.; Grossi, G.; Lanzarotti, R.; Patania, S. DeepFakes Have No Heart: A Simple rPPG-Based Method to Reveal Fake Videos. In Proceedings of the ICIAP 2022: 21st International Conference, Lecce, Italy, 23–27 May 2022. [Google Scholar] [CrossRef]
  8. Aarthi, R.; Amudha, J.; Boomika, K.; Varrier, A. Detection of Moving Objects in Surveillance Video by Integrating Bottom-up Approach with Knowledge Base. Procedia Comput. Sci. 2016, 78, 160–164. [Google Scholar] [CrossRef]
  9. Hernandez-Ortega, J.; Tolosana, R.; Fierrez, J.; Morales, A. DeepFakes Detection based on Heart Rate Estimation. In Proceedings of the 35th AAAI Conference on Artificial Intelligence Workshops, AAAIw, Vancouver, BC, Canada, 2–9 February 2021. [Google Scholar]
  10. Kuriakose, S.M.; Pati, P.B.; Singh, T. Prediction of Diabetes Using Machine Learning: Analysis of 70,000 Clinical Database Patient Record. In Proceedings of the 13th International Conference on Computing Communication and Networking Technologies (ICCCNT), Kharagpur, India, 3–5 October 2022; IEEE: Toulouse, France, 2022; pp. 1–5. [Google Scholar] [CrossRef]
  11. Bobbia, S.; Macwan, R.; Benezeth, Y.; Mansouri, A.; Dubois, J. Unsupervised skin tissue segmentation for remote photoplethysmography. Pattern Recogn. Lett. 2019, 124, 82–90. [Google Scholar] [CrossRef]
  12. Kwon, S.; Kim, J.; Lee, D.; Park, K. ROI analysis for remote photoplethysmography on facial video. In Proceedings of the 37th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBC), Milan, Italy, 25–29 August 2015. [Google Scholar] [CrossRef]
  13. Pattanayak, S.; Pati, P.B.; Singh, T. Performance Analysis of Machine Learning Algorithms on Multi-Touch Attribution Model. In Proceedings of the 2022 3rd International Conference for Emerging Technology (INCET), Belgaum, India, 27–29 May 2022; pp. 1–7. [Google Scholar] [CrossRef]
Figure 1. Heart beats measured using rPPG. Subfigure (a) captures heart-rate of a woman while subfigure (b) captures heart-rate of woman highlighting the individual cardiovascular variations.
Figure 1. Heart beats measured using rPPG. Subfigure (a) captures heart-rate of a woman while subfigure (b) captures heart-rate of woman highlighting the individual cardiovascular variations.
Engproc 50 00005 g001
Figure 2. Different graphs of regressions comparing actual heart rates and the correpnding predicted values: (a) linear regression graph of Random Forest Regression and (b) linear regression graph of Lasso Regression.
Figure 2. Different graphs of regressions comparing actual heart rates and the correpnding predicted values: (a) linear regression graph of Random Forest Regression and (b) linear regression graph of Lasso Regression.
Engproc 50 00005 g002
Table 1. The p-values obtained with the Kolmogorov–Smirnov test (KS Test).
Table 1. The p-values obtained with the Kolmogorov–Smirnov test (KS Test).
RelationBKFSPHDeepPhysCHROMPOS
(India Male, India Female)0.0490.6320.1090.6320.394
(Sierra Leone Male Sierra Leone Female)0.2180.6320.1090.2180.632
(India Female, Sierra Leone Female)0.3940.3940.6320.3940.632
(India Male, Sierra Leone Male)0.1090.6320.0010.3940.872
(India, Sierra Leone)0.4650.1280.0760.2070.639
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.

Share and Cite

MDPI and ACS Style

Kammari, K.S.; Srivastava, N.; Sarris, I. Prediction of Heart Wellness Based on the Analysis of Skin Color. Eng. Proc. 2023, 50, 5. https://doi.org/10.3390/engproc2023050005

AMA Style

Kammari KS, Srivastava N, Sarris I. Prediction of Heart Wellness Based on the Analysis of Skin Color. Engineering Proceedings. 2023; 50(1):5. https://doi.org/10.3390/engproc2023050005

Chicago/Turabian Style

Kammari, Kavya Sree, Neetu Srivastava, and Ioannis Sarris. 2023. "Prediction of Heart Wellness Based on the Analysis of Skin Color" Engineering Proceedings 50, no. 1: 5. https://doi.org/10.3390/engproc2023050005

Article Metrics

Back to TopTop