Claim Missing Document
Check
Articles

Found 2 Documents
Search

Water Level Detection for Flood Disaster Management Based on Real-time Color Object Detection Saddami, Khairun; Nurdin, Yudha; Noviantika, Fina; Oktiana, Maulisa; Muchallil, Sayed
Kinetik: Game Technology, Information System, Computer Network, Computing, Electronics, and Control Vol. 8, No. 1, February 2023
Publisher : Universitas Muhammadiyah Malang

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.22219/kinetik.v8i1.1635

Abstract

Currently, the water level monitoring system for a river uses instruments installed on the banks of the river and must be checked continuously and manually. This study proposes a real-time water level detection system based on a computer vision algorithm. In the proposed system, we use color object tracking technique with a bar indicator as a reference’s level. We set three bar indicators to determine the status of the water level, namely NORMAL, ALERT and DANGER. A camera was installed across the bar level indicators to capture bar indicator and monitoring the water level. In the simulation, the monitoring system was installed in 5-100 lux lighting conditions. For experimental purposes, we set various distances of the camera, which is set of 40-80 centimeters and the camera angle is set of 30-60 degrees. The experiment results showed that this system has an accuracy of 94% at camera distance is in range 50-80 centimeters and camera angle is 60o. Based on these results, it can be concluded that this proposed system can determine the water level well in varying lighting conditions.
Performance Evaluation of EfficientNetB3-Based Deep Learning Model for the Classification of Acute Lymphoblastic Leukemia and Normal Blood Cells Muchallil, Sayed; Fitria, Maya; Arrahman, Ridha; Saddami, Khairun
Indonesian Journal of Electronics, Electromedical Engineering, and Medical Informatics Vol. 7 No. 3 (2025): August
Publisher : Jurusan Teknik Elektromedik, Politeknik Kesehatan Kemenkes Surabaya, Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35882/ijeeemi.v7i3.113

Abstract

Acute Lymphoblastic Leukemia (ALL) is a rapidly progressing blood cancer that predominantly affects children and requires early and accurate diagnosis to improve patient survival rates. Traditional diagnostic methods rely heavily on manual examination of blood smear images by pathologists, which is not only time-consuming but also susceptible to human error and variability. To address this limitation, this study proposed an automated detection model based on deep learning, specifically employing the EfficientNetB3 convolutional neural network architecture. A publicly available dataset containing microscopic images of ALL and normal blood cells was used for training and evaluation. The images were preprocessed using normalization and augmentation techniques and resized to 300×300 pixels to align with the EfficientNetB3 input requirements. The model was trained using the Adam optimizer and monitored with EarlyStopping to prevent overfitting. Experimental results showed that the proposed model achieved an accuracy of 92.23%, precision of 92.75%, and recall of 95.57%, significantly outperforming conventional approaches such as Canberra distance, K-Nearest Neighbor, and ensemble CNN methods. In addition to the classification model, a web-based ALL detection system was developed to make the solution more accessible and user-friendly. The frontend was built using ReactJS, while the backend API, built with Flask, handles image input, model inference, and output delivery. The interface allows users to upload cell images, input patient names, and receive instant classification results along with confidence scores. This integrated system demonstrates a practical application of AI in medical diagnostics and holds potential for use in real-world, resource-limited clinical settings.