IT Journal Research and Development (ITJRD) Vol.6, No.2, March 2022, E-ISSN : 2528-4053 | P-ISSN : 2528-4061 DOI : 10.25299/itjrd.2022.7424 109 Journal homepage: http://journal.uir.ac.id/index/php/ITJRD Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection Faisal Najib Abdullah1, Mohammad Nurkamal Fauzan2, Noviana Riza3 Informatics Engineering, Polytechnic Pos Indonesia, Bandung, Indonesia.1,2,3 faisalnajib23@gmail.com1, m.nurkamal.f@poltekpos.ac.id2, novianariza@poltekpos.ac.id3 Article Info ABSTRACT Article history: Received July 28, 2021 Revised Aug 23, 2021 Accepted Dec 21, 2021 In the new normal era, many activities began to operate again, and people had to follow health protocols including wearing masks and checking the temperature. This study tested a tool in which artificial intelligence was embedded to help carry out health protocols. This tool connects RaspberryPi, Thermalcam, PiCamera, ultrasonic sensors with Multiple Linear Regression and DeepLearning algorithms. This tool aims to detect body temperature and use a mask. The system will check whether the person is wearing a mask or not, using the DeepLearning method. The system will check body temperature and the distance between humans and the tool, the data is entered in the regression formula to get more accurate results. The processed system results will be displayed on the monitor screen if detected using a mask and the normal temperature will be green, if it is detected as inappropriate it will be red and give a warning sound. The data is sent to the server and displayed via the web. We found that this tool succeeded in detecting body temperature with a distance of 1 to 3 meters with an average MSE temperature is 0.18, the reading accuracy using a mask is 94.71%, and the reading accuracy is not using a mask is 97.70%. Keywords: Thermal Camera Mask Detection Multiple Linear Regression Deep Learning © This work is licensed under a Creative Commons Attribution- ShareAlike 4.0 International License. Corresponding Author: Mohammad Nurkamal Fauzan Informatics Engineering Polytechnic Pos Indonesia Sariasih Street No. 54, Sarijadi, Sukasari, Bandung City, West Java 40151, Indonesia Email: m.nurkamal.f@poltekpos.ac.id 1. INTRODUCTION Image processing in artificial intelligence (Artificial Intelligence) is a computer science that studies how to apply human vision to a computer system [1], intending to simplify and speed up human work [2]. The coronavirus outbreak has lasted more than a year to date (March 2021) [3] [4], and has claimed more than 2 million lives [5]. Coronavirus outbreaks can require humans to apply their intelligence to simplify and speed up human work [6], Coronavirus is a virus that can infect the respiratory system, inflammation of severe respiratory infections, such as pulmonary tuberculosis (TBC), pneumonia, Severe Acute Respiratory Syndrome (SARS) and Middle-East Respiratory Syndrome (MERS) [7] [5]. Coronavirus infection can be indicated by various symptoms, including flu, such as runny nose, headache, cough, sore throat, and fever or symptoms of severe respiratory tract infection, such as high fever with a temperature above 37 degrees Celsius, cough, shortness of breath and chest pain [8]. Under these symptoms, the coronavirus can easily spread through the nose or mouth of humans, when they cough, sneeze or even talk [9]. It is also possible for someone to become infected with COVID-19 when IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Mohammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 110 they accidentally inhale air from outside that carries the virus. Therefore, it is highly recommended to keep your distance, wear a mask, and wash your hands [10]. In this new normal era, many activities began to operate again, such as offices, malls, etc. This creates a potential mass crowd. The public must follow health protocols as recommended by the government, including wearing masks and checking the temperature to anticipate the spread of the coronavirus. Therefore, this study tested a tool in which image processing and artificial intelligence are embedded that can detect the use of masks, detect body temperature, and give warning sounds automatically, to help carry out health protocols according to government recommendations. This tool connects a Raspberry Pi, Thermal Camera (amg8833), Pi Camera, the ultrasonic sensor with Multiple Linear Regression and Deep Learning algorithms, is useful for reading accurate body temperature in the range of 1 to 3 meters, can detect the use of masks, and can provide warnings in the form of sound “use a mask” or “high body temperature” or “use a mask and high body temperature” automatically according to the reading of the device. 2. RESEARCH METHOD 1. Raspberry Pi Raspberry Pi in previous research was used as a microcontroller that connects a camera and runs an image detection program, this research aims to access dangerous places or places that can only be accessed through small holes, the raspberry pi and camera are designed using wheels, becoming a robot a small car with communication via local wifi that can run and detect anything in the surrounding room using a camera and image processing, so people can check first using this robot before entering a room that is considered dangerous. Raspberry can also run a variety of programs including research programs, office, games, and as a media player to high-resolution video[11]. 2. Thermal Camera Thermal camera amg8833 in previous research is connected using an atmega328 microcontroller used to detect animals, this tool aims to realize the search and rescue of small animals in urban areas and indoor animal monitoring functions using temperature detection. The advantages of the amg8833 device are small size, low power consumption, low cost, wireless communication, and portability. This temperature detector is the latest generation 8x8 thermal infrared sensor from Panasonic, its performance is higher than its predecessor. The sensor only supports I2C and has a configurable interrupt pin that fires when each pixel is higher or lower than a preset threshold [12]. 3. Ultrasonic Sensor The ultrasonic sensor in the previous study was connected using a raspberry pi, used for automatic measurement of corn plant height and monitoring the growth of corn, whether it was healthy or there was a problem, so that preventive measures could be taken more quickly and precisely. The ultrasonic sensor detects the distance using ultrasonic waves at a frequency of 40Hz from the transmitter and the receiver will wait for the wave to return, after the wave is returned from the reflection by any object, generate the required time and convert it to distance [13]. 4. Thermogun The thermogun in previous studies was used as a comparison between the amg8833 and mlx906144 sensors to detect the non-contact temperature in animals, while the thermogun itself is a precision tool but requires direct contact with animals and cannot be calibrated, while the amg8833 and mlx906144 which allow non-contact temperature detection.[14]. 5. Pi Camera The Pi camera in previous studies was used to analyze variations in the length of transistors, microlens optical systems, and photodiodes. The purpose of using these measurements is to show irregularities at the microscopic level and relate them to signal variations measured as pixel non- uniformities used for the unique identification of discrete image sensors. The pi camera's sensor has a high quality 8 megapixels specially designed for the Raspberry Pi and features a fixed focus lens [15]. 6. Multiple Linear Regression In this study, the multiple linear regression method was used to improve the accuracy of the thermal camera sensor readings. Later this method will be tested using 6 different people, each person IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Muhammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 111 is taken 20 data, with a total of 120 test data from 6 people. Linear regression is a method of modeling the relationship between the dependent variable Y and one or more independent variables called X. One of the uses of linear regression is to make predictions based on previously available data. The relationship between these variables is called a linear regression model. Based on the use of independent variables, linear regression is divided into two categories, namely linear regression and multiple linear regression [16]. To use this method, the researcher uses 2 independent variables, namely temperature data from thermal cam sensor readings and distance data from ultrasonic sensor readings, and then uses 1 related variable, namely temperature data generated using a thermogenic. This data collection takes approximately 1 week, the data collection process is carried out randomly on 10 different people, each person is taken 45 data for each variable, the first variable (ultrasonic sensor) the data obtained, namely the distance data of the device on people are taken one by one with a distance range from 50 cm to 300 cm (Fig. 1), the second variable (thermal cam) data obtained is the temperature reading data that is still not accurate, data collection according to the distance specified in the first data collection, and the third variable using a thermogenic, a tool that can check body temperature by shooting at body parts, the data obtained is accurate temperature data, data collection according to the distance specified in the first data collection (Fig. 2). After the data is collected, the data is processed using this method and will produce the formula Y = a + b1x1 + b2x2 which is expected to improve the accuracy of thermal camera readings. Figure 1. Thermogun data retrieval Figure 1 is the process of taking body temperature data which is a related variable, using a thermogenic tool, the tool will shoot at the body with a distance range of 50 cm to 300 cm. Figure 2. Ultrasonic and thermal camera data collection Figure 2 is the process of taking distance data using an ultrasonic sensor and body temperature data using a thermal camera sensor, both data are independent variables. The data collection was carried out simultaneously, first, the tool will check the distance and then check the body temperature with a distance range of 50 cm to 300 cm. 7. Deep Learning IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Mohammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 112 Deep learning in previous studies was used as a method for processing and detecting sound, the sound being processed is the Arabic alphabet pronunciation classification which requires high accuracy in learning to read the Qur'an. Thus, techniques for processing pronunciation and training from processed data require a special approach. To solve this problem, a padding-based method and a deep learning convolution neural network are proposed to evaluate the pronunciation of the Arabic alphabet. Voice data from six school children were recorded and used to test the performance of the proposed method. The results also show that the proposed method can distinguish Arabic letters that are difficult to pronounce. Deep Learning is a branch of machine learning consisting of advanced abstract data modeling algorithms that use a set of hierarchical and deeply distributed non-linear transformation functions to process data. Techniques and algorithms in deep learning can be used for supervised learning, unsupervised learning, and semi-supervised learning in various applications, such as image recognition, speech recognition, text classification, etc. The deep learning model used is based on an artificial neural network using a hard library and scikit-learn for mask detection [17]. To use this method, researchers collect data on images of people using masks and images of people not wearing masks, this data collection takes approximately 1 week. Researchers collected image data from google search results, obtained as many as 686 images of people not wearing masks and 690 images of people using masks, because images of people using masks are not widely available on Google, the researchers edited the image by adding or closing the face image with a mask image. Before processing the image using this method, the face is labeled or boxed and labeled "no mask" or "with mask" first to notify the computer that will study the image that the image has "no mask" or "with mask" information. After all have new labels, enter the deep learning method to process images, the data is divided into 3 parts, namely train, test, and testing data with a ratio of 6:1 for train and test and the rest is for testing, for example in image data using masks there are 690 data, divided into three parts into 500 train data, 100 test data, and 90 testing data. Here's a deep learning model diagram. (Fig. 3). Figure 3. Deep Learning Model Diagram 8. Tool workflow In figure 4 explains the workflow of the temperature detection and mask detection tool, first turn on the tool, the second tool will display the camera and thermal camera readings on the monitor or tv screen, the three tools immediately check whether there are people and the person is wearing a mask or not, fourth, after being detected, it just enters the measurement of the distance between the person and the tool using an ultrasonic sensor, the fifth measures the person's body temperature using a thermal cam amg8833, the sixth the distance and temperature reading data enters the multiple linear regression formula to get the calibration results or the expected temperature readings, seventh, if a IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Muhammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 113 temperature <38 degrees Celsius is detected and it is detected using a mask, the display shown is green, while if it does not match it will be displayed in red and a warning will be given in the form of a sound "use a mask" or "high body temperature" or "use a mask and body temperature" height” automatically according to the reader and tools. The eight data are sent to firebase and the data is displayed using the web. Figure 4. Tool workflow 9. Block Diagram In Figure 5 this prototype uses a Raspberry Pi as a liaison for every tool used, the sensors used include the Pi Camera used to detect the use of masks, Thermal cams are used to detect body temperature, ultrasonic sensors are used to measure the distance of people on the tool, and speakers IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Mohammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 114 are used to providing an audible warning. Furthermore, connecting a monitor or tv is useful for displaying the results of temperature detection and mask detection readings, firebase is used to store data, and is displayed using the web. Figure 5. Tool architecture 3. RESULTS AND TESTING 1. Tool Result Figure 6. Tools Figure 6 is an image of the results of the body temperature detection tool and mask detection, the following are the sensors in the image: 1. Thermal camera (amg8833) 2. Pi camera 3. Ultrasonic sensor IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Muhammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 115 Figure. 7. Results of reading tools on the monitor In Figure 7 on the left is a reading from an 8x8 pixel thermal camera sensor that has been bicubic interpolated, bicubic interpolation is useful for smoothing the detection color obtained from bilinear interpolation or nearest-neighbor interpolation, and then the color format is changed to the inferno which means it is getting yellower the reading is getting hotter and vice versa, the bluer the reading is, the colder the temperature detected. The right side is the reading from the pi camera sensor which is connected to the deep learning method, the meaning of the green box is that an object is detected by a person using a mask, and if the color changes to red, it means that the object is detected not using a mask. Figure 8. Reading results when the object is not upright Figure 8 is an image of the results of the reading of the tool, the image proves accurate accuracy where the tool can detect the use of masks when the object of the person is not upright or in a tilted head position. Figure 9. Reading results when the object is not facing the camera In Figure 9 is an image of the reading of the tool when the object of the person is not facing the camera, when the object of the person is not facing the camera the tool can still detect that the person is wearing a mask or not. IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Mohammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 116 Figure 10. The reading result when the object covers the face with the hands Figure 10 is an image of the reading of the tool when people cover part of their face using their hands, as if they were wearing a mask, but the tool can detect that the object is not wearing a mask. 2. Website display Fig 11. Results of reading tools on the web Figure 8 is the result of reading data that is displayed using the web, the data displayed is temperature hazard level data, temperature data that has been calibrated, original temperature data of the tool, mask usage data, distance data, and date data when detecting. The data displayed on the web allows it to be big data for clustering, classification, etc. 3. Mask Training Chart Figure 12. Graphics of image data train results IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Muhammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 117 4. Testing The test was carried out using 6 different people, each person taking 20 temperature data, 20 distance data, 20 data using masks, and 20 data not using masks. In the data collection process, everyone does not only stand straight, but goes back and forth, head tilted, people who move a lot, and lighting is influential. Figure 13. Regression Result Temperature vs Actual Temperature in First Person Figure 13 is the first person sample, comparing the temperature of the regression results and the actual temperature with different distances, the green color is the regression temperature graph and the blue color is the actual temperature graph. The diagram shows the difference and after calculating this chart has an MSE (Mean Squared Error) of 0.12. 3.4.1. Accuracy and MSE (Mean Squared Error) Table 1. Results of the 1st to 6th Person Testing MSE Temperature (Mean Squared Error) Accuracy Mask Accuracy No Mask 1st person 0.12 97.58 98.06 2nd person 0.22 97.57 98.49 3rd person 0.17 90.06 95.34 4th person 0.19 93.61 97.94 5th person 0.18 91.52 99.17 6th person 0.20 97.95 97.22 Average 0.18 94.71 97.70 In table 1 shows the average results from the first person to the 6th person, it can be concluded that the average MSE temperature is 0.18, the average reading accuracy using a mask is 94.71, and the average reading accuracy is not using a mask is 97.70. IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Mohammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 118 Figure 14. Average Accuracy of 1st Person to 6th Person Mask Usage Figure 14 is the average accuracy of reading masks from the first person to the sixth person, the green color is the accuracy of reading using a mask and the blue color is the accuracy of reading not using a mask. Figure 15. Average MSE Temperature (Mean Squared Error) 1st Person to 6th Person Figure 15 is the average MSE temperature, from the first person to the sixth person there is no significant difference, the highest difference is only 0.1, the average MSE temperature is 0.18. 4. DISCUSSION A body temperature detection tool and detection of the use of masks using multiple linear regression methods and deep learning methods. This tool has advantages when compared to temperature detection tools at airports, namely, it can detect the use of masks, can give a warning sound, and has an affordable price or a much cheaper price, so other researchers or the public can easily duplicate this tool. or build and redevelop this tool, then when compared to temperature detection in the mall which must stand at a specified distance, this tool has the advantage that it does not have to stand at the same distance, but can stand anywhere with a maximum distance of 3 meters. For the drawbacks of this tool, namely hardware limitations, this tool takes 2 to 3 seconds to detect until the results and warning sounds, the tool can process faster if using hardware that has high IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Muhammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 119 specifications, cannot detect 2 objects of different people or more, if there are 2 people objects in the frame then the tool will read the highest temperature in the frame, the tool requires sufficient lighting to detect the use of a mask, if the light is low or very dim it will greatly affect the accuracy of detection. This tool uses a raspberry pi and connects 3 sensors including a thermal camera sensor (amg8833) to detect body temperature, an ultrasonic sensor to determine the distance of the tool to objects (people), and a pi camera sensor to capture images of people to be detected using the deep learning method. whether the person is wearing a mask or not. However, the readings from the thermal camera sensor are still far from expected, this sensor has a reading difference with the thermogenic 8˚C to 10˚C which means it is very far from what is expected, this sensor also has a drawback that it can only read 8x8 pixels, can read up to a distance of 7 meters but even at close range, the tool is not accurate, in fact, this sensor is not specifically designed to read the temperature of the human body, but this sensor is used on air conditioners to detect room temperature, why researchers use this sensor because the price is not too expensive and can it develop into a body temperature detection device at an affordable price. Therefore, the researchers used multiple linear regression to calibrate the readings from the thermal camera sensor. To perform calibration using multiple linear regression it takes 2 independent variables (X) and 1 related variable (Y), the first independent variable is distance data from ultrasonic sensor readings, but the distance sensor used has measurement limitations, only accurate in the range 1 to 3 meters, and this sensor can read the distance of any object in front of it, the second independent variable is data body temperature from the thermal camera sensor readings, and the related variable is body temperature reading data using a thermogenic. After the data is processed using the multiple linear regression method produces a value, b1 value, and b2 value. Where the value of a = 26.83741554, the value of b1 = -0.00966282 and the value of b2 = 0.324591334. The multiple linear regression equation is Y = a + b1x1 + b2x2. After getting the value of the constant (a) and the value of the regression coefficient (b), so that the multiple linear regression equation becomes: Y = 26.83741554 + -0.00966282*X1 + 0.324591334*X2 + e. changes, then the temperature reading (Y) is 26.83741554, the value of e changes according to the distance value. The tool will start doing calculations if there is a person object in front of it, the tool will detect whether the person is wearing a mask or not, then enter the multiple linear regression calculation. After the tool can detect body temperature with the expected accuracy and can detect the use of masks, the tool will provide a safety warning in the form of a green display if the body temperature is below the high-temperature range of <38˚C and is detected using a mask, if the tool detects it is not as expected then will give a red display warning and a warning sound "use a mask" or "high body temperature" or "use a mask and high body temperature" automatically according to the reading of the tool, the data is displayed directly using the monitor then the data is sent to the server (firebase) and displayed using the web, the data sent to the server allows it to be reprocessed if it is worthy of being a big data or early warning. Suggestions from researchers to speed up readings using a raspberry pi with 8Gb of ram [19], because the ram currently used is only 2Gb of ram, using a more precise thermal sensor with pixels much larger than 8 x 8, the researcher suggests using a thermal camera sensor ( mlx90640) with 32 x 24 pixels much larger than those used today or using a thermal sensor that has higher specifications, using a camera with a higher resolution and can adjust lighting or can detect in the dark, researchers suggest using a raspberry pi sensor camera night (ov5647) which is a camera that can be used when it is dark. 5. CONCLUSION Makers of tools that can detect people who wear masks or not automatically have been able to detect automatically, with an accuracy of reading people using masks 94.71%, and reading people not wearing masks with an accuracy of 97.7%. Improved accuracy of temperature readings has improved, being accurate in the range of 1 to 3 meters with an average MSE temperature of 0.18. The tool can automatically give voice warnings with sounds emitted “use a mask”, “high body temperature”, and “use a mask and high body temperature”. IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Mohammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 120 ACKNOWLEDGEMENTS The author expresses his deepest gratitude to Mohammad Nurkamal Fauzan, S.T., M.T. and Noviana Riza, S.Si., M.T. who has guided and provided input on this research. Hopefully this will be a spirit in moving forward to develop research that is much better and can be useful for others. REFERENCES [1] Ali, Alyaa H, al-Ahmed, Hazim, Mazhir, Sabah N, et al, “Using texture analysis image processing technique to study the effect of microwave plasma on the living tissu,” Baghdad Science Journal, vol. 15, no. 1, 2018. [2] Panayides, Andreas S, Amini, Amir, Filipovic, Nenad D, et al, “AI in medical imaging informatics: current challenges and future directions,” IEEE Journal of Biomedical and Health Informatics, vol. 24, no. 7, p. 1897-1857, 2020. [3] McGurnaghan, Stuart J, Weir, Amanda, Bishop, Jen, et al, “Risks of and risk factors for COVID-19 disease in people with diabetes: a cohort study of the total population of Scotland,” The Lancet Diabetes Endocrinology, vol. 9, no. 2, p. 82-93, 2021. [4] Shen, Yang, Guo, Dejun, Long, Fei, et al, “Robots under COVID-19 pandemic: A comprehensive survey,” Ieee Access, 2020. [5] Li, Junfeng, Zhang, Dehai, Liu, Qing, et al, “COVID-GATNet: A Deep Learning Framework for Screening of COVID-19 from Chest X-Ray Images,” 2020 IEEE 6th International Conference on Computer and Communications (ICCC), p. 1897-1902, 2020. [6] Zhang, Ran, Tie, Xin, Qi, Zhihua, et al, “Diagnosis of coronavirus disease 2019 pneumonia by using chest radiography: Value of artificial intelligence,” Radiology, vol. 298, no. 2, p. E88- E97, 2021. [7] Tabik, Siham, G'omez-R'ios, Anabel, Mart'in-Rodr'iguez, Jos'e Luis, et al, “COVIDGR dataset and COVID-SDNet methodology for predicting COVID-19 based on Chest X-Ray images,” IEEE Journal of Biomedical and Health Informatics, vol. 24, no. 12, p. 3595-3605, 2020. [8] Wu, Yu-Huan, Gao, Shang-Hua, Mei, Jie, et al, “Jcs: An explainable covid-19 diagnosis system by joint classification and segmentation,” IEEE Transactions on Image Processing, vol. 30, p. 3113-3126, 2021. [9] Diallo, Papa Abdou Karim Karou and Ju, Yun, “Accurate Detection of COVID-19 Using K- EfficientNet Deep Learning Image Classifier and K-COVID Chest X-Ray Images Dataset,” 2020 IEEE 6th International Conference on Computer and Communications (ICCC), p. 1527- 1531, 2020. [10] Wang, Ryan Yixiang, Guo, Tim Qinsong, Li, Leo, et al, “Predictions of COVID-19 Infection Severity Based on Co-associations between the SNPs of Co-morbid Diseases and COVID-19 through Machine Learning of Genetic Data,” 2020 IEEE 8th International Conference on Computer Science and Network Technology (ICCSNT), p. 92-96, 2020. [11] AL-TAMEEMI, Muaad Issa, “RMSRS: Rover Multi-purpose Surveillance Robotic System,” Baghdad Science Journal, vol. 17, no. 3, p. 1049-1049, 2020. [12] Wang, Zhaoming and Liu, Xiaomin, “Design of Animal Detector Based on Thermal Imaging Sensor,” Journal of Physics: Conference Series, 2020. [13] Latifah, A and Ramdhani, W and Nasrulloh, MR and Elsen, R, “Ultrasonic sensor for monitoring corn growth based on Raspberry Pi,” IOP Conference Series: Materials Science and Engineering, vol. 1098, no. 4, p. 042087, 2021. [14] Arif, Ridi, Santoso, Koekoeh, Wibawa, Dhani S, “Rats Development of Contactless Thermal Detector for Animal: Comparison of Three Sensor Types,” 2nd International Conference on Veterinary, Animal, and Environmental Sciences (ICVAES 2020). P. 25-28, 2021. [15] Matthews, Richard, Falkner, Nick, Sorell, Matthew, “Reverse engineering the raspberry pi camera v2: a study of pixel non-uniformity using a scanning electron microscope” Forensic Science International: Digital Investigation, vol. 32, p. 200900, 2020. [16] Ahmed, Ahmed Dheyab, Abdulwahhab, Baydaa Ismael, Abdulah, Ebtisam Karim, “A comparison among Different Methods for Estimating Regression Parameters with IT Jou Res and Dev, Vol.6, No.2, March 2022 : 109 - 121 Muhammad Nurkamal Fauzan, Multiple Linear Regression and Deep Learning in Body Temperature Detection and Mask Detection 121 Autocorrelation Problem under Exponentially Distributed Error,” Baghdad Science Journal, vol. 17, no. 3, p. 0980-0980, 2020. [17] Asroni, Asroni, Ku-Mahamud, Ku Ruhana, Damarjati, ”Arabic Speech Classification Method Based on Padding and Deep Learning Neural Network,” Baghdad Science Journal, vol. 18, no. 2, p. 0925-0925, 2021. [18] Saminathan, Kumaran, Kishore, Kamalesh, Veerasathish, “Face Mask Detection Using Raspberry Pi,” Annals of the Romanian Society for Cell Biology, p. 9982-9988, 2021 [19] Lobur, Mykhailo, Salo, Yulian, Farmaha, Ihor, et al, “Automated ARM CPU-Based Cloud System for the Industrial Internet of Things,” 2021 IEEE XVIIth International Conference on the Perspective Technologies and Methods in MEMS Design (MEMSTECH), p. 25-28, 2021 BIOGRAPHY OF AUTHORS Faisal Najib Abdullah Currently conducting a final study at the Pos Indonesian Polytechnic (2017-present). He had an internship at PT. Telkom Indonesia (Persero) with a project on AI image processing in the OVP Group of Digital Strategy Department, SM Advance Technology & Business Research Division. , Mohammad Nurkamal Fauzan obtained a Masters in Information Technology from ITB in 2011. He has been a Lecturer at the Department of Informatics Engineering, Pos Indonesia Polytechnic, since 2011. His current research interests include Internet of Things and machine learning. https://orcid.org/0000-0002-4516-897X Noviana Riza obtained a Bachelor's degree in Information Technology from Padjadjaran University and a Masters in Information Technology from ITB. Has been a Lecturer at the Department of Informatics at the Pos Indonesia Polytechnic. His current research interests include Information Systems.