Progressive Information, Security, Computer, and Embedded System
https://journal.diginus.id/PISCES
<p class="show-on-mobile" style="text-align: center;"><img src="https://journal.diginus.id/public/site/images/pisces/logo-pisces-wide.png" alt="" width="1680" height="386" /></p> <p style="text-align: justify;">Articles submitted in PISCES Scientific Journal will be examined by the editorial board. If the article matches the scope and style of writing an PISCES Scientific Journal, the editorial board will assign the article to the reviewer. Reviewer's name cannot be seen by the author. The author only sees the review results from the reviewer, so the author must revise the reviewer request. Each article will be reviewed by two reviewers. If one of the reviewers refuses, the decision will be submitted to the editor. If all reviewers receive the article will be published. Articles that do not make revisions will not be published in the PISCES Scientific Journal.</p>Sakura Publisheren-USProgressive Information, Security, Computer, and Embedded System2986-724XOptimization of a FastText-Based BiLSTM Model with IndoBERT Semantic Data Augmentation for Indonesian Text Classification
https://journal.diginus.id/PISCES/article/view/1249
<p>Cognitive assessment through short-answer essays requires a consistent and objective scoring process; however, manual evaluation often suffers from time constraints and inter-rater variability. Automatic Essay Scoring (AES) has emerged as a promising approach to automate the assessment process. This study proposes an optimized Bidirectional Long Short-Term Memory (BiLSTM) model combined with FastText embeddings for Indonesian text classification using semantically augmented data generated by IndoBERT. The training dataset was obtained through the EDA_Synonym_IndoBERT augmentation technique on the UKARA dataset, while the validation and testing datasets consisted of original, non-augmented responses. Model optimization was achieved through the integration of Global Max Pooling to enhance feature representation and class weighting to mitigate class imbalance. Experimental results show that the proposed model achieved an accuracy of 93.49% on the validation set and 78.00% on the independent test set. The performance gap between validation and testing results indicates that, although semantic augmentation increases the diversity of training data, model generalization to previously unseen data remains a challenging issue. Furthermore, the implementation of class weighting improved the model's ability to recognize minority-class instances, achieving a recall score of 92%. These findings demonstrate that architectural optimization and training strategies play a crucial role in improving the performance of Automatic Essay Scoring systems for the Indonesian language</p>Nur FadilahBayu Anugerah PutraMuh. Isbar Pratama
Copyright (c) 2026 Nur Fadilah, Bayu Anugerah Putra, Muh. Isbar Pratama
https://creativecommons.org/licenses/by-sa/4.0
2026-03-302026-03-3011010.61255/pisces.v4i1.1249Development of a Project-Based Learning-Based Digital Entrepreneurship Module for JTIK Students
https://journal.diginus.id/PISCES/article/view/1166
<p>This study aimed to develop a Project-Based Learning (PjBL)-based digital entrepreneurship module for students of the Informatics and Computer Engineering Department and to determine the validity and practicality of the developed module. This research employed the Research and Development (R&D) method using the Four-D (4D) development model consisting of the define, design, develop, and disseminate stages. Data were collected through observation, interviews, and questionnaires involving material experts, media experts, and students of the Informatics and Computer Engineering Department, Universitas Negeri Makassar. The results showed that the developed module obtained a material validity score of 98.89% and a media validity score of 98.79%, both categorized as very valid. Furthermore, the practicality test results showed scores of 84.12% in the small-group trial and 86.84% in the large-group trial, which were categorized as very practical. The module was developed using Canva and presented in an interactive flipbook integrated with Quizizz to support more engaging and interactive project-based entrepreneurship learning. Therefore, the developed digital entrepreneurship module is feasible to be used as a learning material in technology-based entrepreneurship learning.</p>Iqra Choirunisa AhmadSatria Gunawan ZainFadhlirrahman BasoAlimuddin Sa’ban MiruIrwansyah Suwahyu
Copyright (c) 2026 Iqra Choirunisa Ahmad, Satria Gunawan Zain, Fadhlirrahman Baso, Alimuddin Sa’ban Miru, Irwansyah Suwahyu
https://creativecommons.org/licenses/by-sa/4.0
2026-03-302026-03-30111510.61255/pisces.v4i1.1166House Door Security Design System Based on Face Recognition on ESP32-CAM
https://journal.diginus.id/PISCES/article/view/471
<p>Currently, the incidence of theft crimes by breaking into house doors is increasing. The importance of a security system is to prevent unknown parties from stealing or violating privacy without the owner's consent. Biometric technology can create a strong security system, by utilizing the biological characteristics that every human has, such as fingerprints, facial detection, eye retina and voice. One of the biometrics that is considered strong when building a security system is facial recognition. This research uses the Haar Cascade Classifier algorithm supported by OpenCV to increase the accuracy of facial identification based on facial structure and eye feature extraction. The training and testing process is carried out directly (real time) using the OV2640 camera and dataset. The designed prototype consists of an ESP32 CAM microcontroller, relay, and door lock solenoid which is integrated with telegram as notification. Based on the test results, it shows that the accuracy of matching facial images using the Haar Cascade Classifier algorithm which matches the database is 80%. Apart from that, the results of testing the distance of the face to the camera, variations in light, position and facial expressions that can be recognized with the ESP32 CAM camera greatly influence the face detection process. In this case, the effective distance is 25-55 cm in light conditions with a light intensity of 83-450 lux, and the face is facing forward. Apart from that, the system is also able to differentiate between human face objects and non-human face objects. The tool's performance from detection to sending unrecognized image data to Telegram took an average of 6.4 ms. From the test results, it is also known that the perfection of facial appearance that can be recognized with the ESP32 CAM camera has a great influence on the face detection proce</p>Nanda Aulia Ash SiddiqAbdul WahidMustari LamadaJumadi Mabe Parenreng
Copyright (c) 2026 Nanda Aulia Ash Siddiq, Abdul Wahid, Mustari Lamada, Jumadi Mabe Parenreng
https://creativecommons.org/licenses/by-sa/4.0
2026-03-012026-03-01162410.61255/pisces.v4i1.471A Comparative Evaluation of Back Translation and Easy Data Augmentation for Indonesian Automatic Short Answer Scoring
https://journal.diginus.id/PISCES/article/view/1294
<p style="text-align: justify; margin: 0cm 0cm 6.0pt 0cm;"><span lang="EN-US" style="font-size: 9.0pt;">Automatic Short Answer Scoring (AES) is a Natural Language Processing (NLP) application designed to automatically assess short-answer responses. One of the primary challenges in developing AES systems is the limited size and diversity of available datasets, which can adversely affect a model’s generalization capability. Previous studies have demonstrated that Easy Data Augmentation (EDA) based on IndoBERT-generated synonyms can improve model performance on the UKARA dataset; however, this approach remains limited because the augmentation process is performed at the word level. This study aims to compare the effectiveness of Back Translation and IndoBERT-based Synonym EDA for Indonesian AES systems using the UKARA dataset. To ensure a fair comparison, the dataset, preprocessing procedures, FastText-based text representation, BiLSTM architecture, and evaluation methods were kept consistent across experiments, allowing performance differences to be attributed solely to the augmentation techniques. The experiments were conducted using both Non-K-Fold Evaluation and 3-Fold Cross-Validation scenarios. The results indicate that Back Translation outperformed IndoBERT-based Synonym EDA in most experimental settings, achieving the highest accuracy of 89.00% on Dataset A. Furthermore, the findings suggest that the quality and semantic diversity of the generated data have a greater impact on model performance than merely increasing the amount of training data. Therefore, Back Translation can serve as an effective alternative for enhancing dataset quality and improving the performance of Indonesian AES systems.</span></p> <p style="text-align: justify; margin: 0cm 0cm 6.0pt 0cm;" data-start="1645" data-end="1760" data-is-last-node="" data-is-only-node=""><strong data-start="1645" data-end="1658"><span lang="EN-US" style="font-size: 9.0pt;">Keywords:</span></strong><span lang="EN-US" style="font-size: 9.0pt;"> Automatic Short Answer Scoring, Back Translation, Easy Data Augmentation, IndoBERT, BiLSTM, FastText.</span></p>Nur FadilahKhawaritzmi Abdallah AhmadMuh. Isbar Pratama
Copyright (c) 2026 Nur Fadilah, Khawaritzmi Abdallah Ahmad, Muh. Isbar Pratama
https://creativecommons.org/licenses/by-sa/4.0
2026-03-012026-03-01253610.61255/pisces.v4i1.1294SmartPresence: Android-Based School Attendance Application
https://journal.diginus.id/PISCES/article/view/1299
<p>Student attendance is an important indicator in supporting the effectiveness of the learning process and school administrative management. However, conventional attendance systems that are still conducted manually often lead to various problems, including recording errors, delays in data recapitulation, and low efficiency in attendance monitoring. This study aims to design and develop SmartPresence, an Android-based school attendance application that supports digital, effective, and real-time attendance management. The system was developed using the Waterfall model, which consists of requirement analysis, system design, implementation, testing, and maintenance stages. The application was built using Java programming language in Android Studio, with Firebase Realtime Database as the data storage platform and Quick Response Code (QR Code) technology as the attendance validation mechanism. The results show that SmartPresence successfully integrates user authentication, monitoring dashboard, QR Code-based attendance, attendance history, and digital attendance reports into a single integrated platform. Based on Black Box Testing involving 19 testing scenarios, all system functions operated successfully according to user requirements, achieving a 100% success rate. The findings indicate that SmartPresence is capable of improving the efficiency of attendance management while supporting the digital transformation of school administration through fast, accurate, and easily accessible attendance information.</p> <p><strong>Keywords: </strong>Digital Attendance, Android Application, Student Attendance, School Management, SmartPresence</p>Hardi SaputraTaslim TaslimMuhammad NurramadhaniSukma Riski Ananda
Copyright (c) 2026 Hardi Saputra, Taslim Taslim, Muhammad Nurramadhani, Sukma Riski Ananda
https://creativecommons.org/licenses/by-sa/4.0
2026-03-012026-03-01374910.61255/pisces.v4i1.1299