Claim Missing Document
Check
Articles

Found 14 Documents
Search

IMPLEMENTASI SISTEM DETEKSI PRODUK BOIKOT BERBASIS WEBSITE REAL-TIME MENGGUNAKAN METODE YOLOv10 Ahmad Nur Rahman; Emil Agusalim Habi Talib; Fahrim Irhamna Rachman; Rizki Yusliana Bakti; Muhammad Faisal; Muhammad Syafaat S.Kuba
PROGRESS Vol 18 No 1 (2026): April
Publisher : P3M STMIK Profesional Makassar

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Manual identification ofboycott products remains a challenge for the public due to limited access to information and the complexity of brand affiliations. This study aims to develop a real-time, website-based boycott product detection system using the You Only Look Once version 10 (YOLOv10) algorithm. The dataset consists of images of food and beverage product packaging collected from various online sources, annotated using the bounding box method, and classified into five categories. The model was trained and tested using separate test data, while performance evaluation was conducted using a confusion matrix with precision, recall, and f1-score metrics. In addition, functional testing of the system was performed using the Black Box Testing method. The result indicate that the YOLOv10 model is capable of detecting boycott product with good performance and can be effectively integrated into a real-time web-based system. The proposed system is expected to assist users in identifying boycott products more quickly and accurately.
PENERAPAN ALGORITMA MOBILENETV2 UNTUK KLASIFIKASI HURUF HIJAIYAH BERBASIS GESTUR TANGAN Muh. Riswan; Titin Wahyuni; Chyquitha Danuputri; Emil Agusalim Habi Talib; Muhammad Faisal; Lukman Anas; Andi Agung
PROGRESS Vol 18 No 1 (2026): April
Publisher : P3M STMIK Profesional Makassar

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

The digitalization of religious education offers significant opportunities to enhance Hijaiyah letter learning, particularly for the hearing-impaired community through visual gesture recognition. This study aims to develop and evaluate a real-time web-based classification system for 28 Hijaiyah hand gestures using the MobileNetV2 architecture. The research methodology involves a quantitative approach utilizing transfer learning with a balanced dataset of augmented images. The model was trained using fine-tuning techniques and deployed on a web platform using TensorFlow.js and MediaPipe for efficient on-device inference. Experimental results demonstrate that the model achieved an overall accuracy of 84% on the independent test set, with specific classes reaching near-perfect detection in real-time scenarios, although misclassification persisted among visually similar gestures. The system effectively balances computational efficiency with classification performance, minimizing latency during user interaction. In conclusion, the implementation of MobileNetV2 facilitates a responsive and accessible educational tool, proving the viability of computer vision in creating inclusive religious learning environments without requiring complex server-side infrastructure.
PENERAPAN MODEL ESRGAN UNTUK UPSCALING CITRA DAN VIDEO DIGITAL Syahrul Suhardi; Emil Agusalim Habi Talib; Fahrim Irhamna Rachman; Titin Wahyuni; Muhammad Faisal; Muhammad Syafaat S.Kuba
PROGRESS Vol 18 No 1 (2026): April
Publisher : P3M STMIK Profesional Makassar

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Low-resolution images and videos remain a common problem in various digital applications due to limited visual quality. Conventional interpolation-based upscaling methods often produce blurry results and lead to the loss of important texture details. This study aims to apply the Enhanced Super-Resolution Generative Adversarial Network (ESRGAN) to improve the resolution of digital images and videos. The dataset used consists of low-resolution images and videos that are processed through preprocessing, model training, and testing stages using the Google Colab environment. The ESRGAN model is trained to generate high-resolution images while preserving visual details and structural information. Model performance is evaluated using the Peak Signal-to-Noise Ratio (PSNR), Structural Similarity Index Measure (SSIM), and visual comparison between images before and after the upscaling process. The results show that ESRGAN significantly improves the quality of images and videos compared to conventional interpolation methods, both quantitatively and qualitatively. Therefore, the application of ESRGAN is considered effective for enhancing the resolution of digital images and videos and can be utilized in applications that require high visual quality.
MONITORING DAN NOTIFIKASI REAL-TIME PERUBAHAN FILE PADA WEB SERVER MENGGUNAKAN WATCHDOG DAN TELEGRAM BOT SEBAGAI SISTEM PERINGATAN DINI Syahrul Hasbir; Emil Agusalim Habi Talib; Fahrim Irhamna Rachman; Titin Wahyuni; Muhammad Faisal; Muhammad Syafaat S.Kuba
PROGRESS Vol 18 No 1 (2026): April
Publisher : P3M STMIK Profesional Makassar

Show Abstract | Download Original | Original Source | Check in Google Scholar

Abstract

Web servers are critical infrastructures for delivering digital services and are highly vulnerable to unauthorized file changes that may threaten system security and service availability. However, many conventional monitoring systems still rely on periodic checking mechanisms, which often fail to provide timely detection of security incidents. This study aims to design and implement a real-time file change monitoring system on a web server using the Watchdog library and a Telegram Bot as an early warning mechanism. The research adopts an applied research method with an experimental approach. The system is developed using the Python programming language and evaluated in a local XAMPP-based web server environment, with the uploads directory selected as the monitoring target. Experimental results demonstrate that the proposed system is capable of detecting various file change events, including file creation, deletion, content modification, and file renaming, in real time without event loss. Notifications delivered via the Telegram Bot provide clear, timely, and actionable information to administrators. These findings indicate that the proposed event-driven monitoring system is effective and efficient in enhancing web server security and improving incident response capabilities.