SciRepID - Scientific Publication Search

Publication Search

29,653 articles from 386 journals · 1,447 citations tracked

Showing 1-20 of 58

Analytics

Rasiban Rasiban; Dadang Iskandar Mulyana; Muhammad Joko Umbaran Kharis Bahrudin; Nicola Marthy

International Journal of Information Engineering and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

The development of social media, especially TWITTER, has become one of the main means for people to express opinions and criticism on various issues, including the performance of law in Indonesia. This study aims to analyze public sentiment towards the performance of law based on TWITTER user comments using the Naïve Bayes algorithm. The research data consists of 1004 comments collected from several videos related to legal topics. The analysis process includes the stages of data crawling, pre- processing (text cleaning, normalization, and tokenization), labeling sentiment into positive, negative, and neutral, and testing the Naïve Bayes model. The results show that the Naïve Bayes algorithm is able to classify sentiment with an accuracy level of 93.73%. The distribution of sentiment from 1004 comments shows that the majority of public opinion is (negative/positive/neutral), which indicates that public perception of the performance of law is still (critical/positive). These findings are expected to be input for related parties to understand public opinion and improve the quality of legal performance in

Mesra Betty Yel; Elviwani Elviwani; Nandang Sutisna; Ziyad Fernanda Syams

International Journal of Computer Technology and Science 2026 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

This research is motivated by the problems in manual attendance systems at schools, which remain vulnerable to fraud, time-consuming, and inefficient. The expected solution is to develop an automated attendance system based on face recognition that can operate in realtime with high accuracy. The research object is vocational high school students, with the applied method implementing the YOLO v10 algorithm for face detection, followed by the face_recognition library for identification. The instruments used include an Imou CCTV camera as the input device, a mid-range laptop as the hardware platform, and Python with SQLite as the software environment for data processing and attendance storage. The results show that the developed system achieved an average face detection accuracy of 96% under normal lighting and 91% under low lighting, with an average processing speed of 27 FPS. The implementation of an anti-duplication feature also ensured data validity by allowing each student to be recorded only once per day. In conclusion, the use of YOLO v10 in face-based attendance proved to be effective, efficient, and capable of reducing fraud. The implication of this study is that the system can be applied in both Islamic boarding schools and general schools as a modernization of attendance systems, with a recommendation for further development through web-based application and cloud database integration.

Nazwa Salsyabilla Ramadhani; Juliana Gloria Br. Sipayung; Maria Winarni Br Silitonga; Mika Monika Fransiska Simanullang

Polygon : Jurnal Ilmu Komputer dan Ilmu Pengetahuan Alam 2026 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

The increasing complexity of urban transportation systems demands intelligent and measurable navigation methods. Medan City, the capital of North Sumatra Province, has a dense road network with multiple route options that often confuse road users. Dijkstra's Algorithm, developed by Edsger Wybe Dijkstra in 1959, is a greedy-based computational approach proven effective for solving the shortest path problem on non-negative weighted graphs. This study applies Dijkstra's Algorithm to determine the shortest route from Medan Railway Station to Universitas Negeri Medan (UNIMED). The road network was modeled as an undirected weighted graph with 15 nodes and 16 edges, where edge weights represent actual road distances measured via Google Maps. The graph has a density of 0.152, confirming its sparse graph characteristic. Three alternative routes were identified and analyzed. The algorithm was implemented in Python 3 using the heapq module as a priority queue. Results show that the optimal route is A → B → C → E → F → M → N → O via Jl. M.T. Haryono, Jl. Aipda KS Tubun, Jl. Madong Lubis, and Jl. Prof. H.M. Yamin, with a total distance of 6.64 km. This achieves 99.1% accuracy compared to Google Maps, with a deviation of only 0.06 km. The optimal route is 6.25% more efficient than Alternative Route 1 (7.30 km) and 11.9% more efficient than Alternative Route 2 (7.54 km). The algorithm executes in under 1 millisecond with time complexity O((V+E) log V). These findings confirm Dijkstra's Algorithm as highly effective for medium-scale urban road network optimization.

Sirlia Sahid; Maissy Angelica Pakpahan; Rifqi Putra Winanda; Muhammad Raihansyah Lubis; Adidtya Perdana

Bridge : Jurnal Publikasi Sistem Informasi dan Telekomunikasi 2026 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

The increasing complexity of urban road networks demands intelligent navigation systems capable of determining optimal routes efficiently. This research implements the Dijkstra Shortest Path algorithm to optimize route search on a location navigation system in Medan City. The system models a road network as a weighted graph comprising 57 strategic locations and over 90 road connections, represented using adjacency list data structures. The Dijkstra algorithm, implemented in Python using the heapq module for priority queue management, achieves an optimal time complexity of O((V+E) log V). The system features five main functions: shortest route search, popular routes, location listing, dynamic location addition, and dynamic road connection addition. System testing using a case study from Kualanamu Airport to the University of North Sumatra (USU) yielded an optimal route of 16.5 km through 4 road segments. Results demonstrate that the system successfully determines the most efficient route, provides accurate distance and travel time information for multiple transport modes (motorcycle, car, walking), and presents step-by-step journey guidance. This research contributes as a practical reference for applying shortest path algorithms in urban areas and serves as a foundation for developing more complex navigation applications in the future.

Julia Sinta; Furqan Khalidy; Saiful Amir

Mars: Jurnal Teknik Mesin, Industri, Elektro Dan Ilmu Komputer 2026 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

This study aims to design and develop a web-based New Student Admission System (PPDB) Website at MIS Chairul Bariyyah Medan Krio to overcome the limitations of manual registration systems. The method used is Agile, as it supports iterative, flexible, and adaptive system development according to user needs. Data collection techniques include observation, interviews, literature study, and documentation. The system is developed using the Python programming language with the Django framework and MySQL database. The results show that the developed system improves the efficiency of the registration process, minimizes data recording errors, and facilitates real-time management of applicant data. In addition, the Website also serves as an information and promotional medium for the school that can be accessed anytime. Based on Blackbox testing and User Acceptance Test (UAT), the system is proven to run well and is easy to use. Therefore, this web-based PPDB system is effective in improving the quality of Administrative services at MIS Chairul Bariyyah.

Romy Atmansyah Iswandi; Demonius Sarumaha; Saiful Amir

Modem : Jurnal Informatika dan Sains Teknologi 2026 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

This study analyzes the performance of the Dual Modulus RSA algorithm in securing text data using Python. The rapid growth of digital technology has increased the risk of data security threats, making efficient and secure encryption essential. Dual Modulus RSA is a modification of the classic RSA algorithm that uses two different moduli in the encryption and decryption process, thus increasing security levels because attackers must factorize two moduli simultaneously. This research uses an experimental quantitative approach by measuring the execution time of encryption and decryption processes with variations in plaintext length (5, 10, and 15 characters). Implementation was carried out using Python 3 with the time.perf_counter() function for microsecond-precision measurement. The results show that the Dual Modulus RSA algorithm successfully encrypts and decrypts all test plaintexts correctly. Encryption time ranged from 0.0212 ms to 0.0823 ms, while decryption time ranged from 0.0422 ms to 0.0955 ms. There is a positive linear relationship between plaintext length and processing time. Decryption is consistently slower than encryption due to the larger private key exponent (d1=2753, d2=3533) compared to the public exponent (e=17). The main factors affecting performance are exponent size, dual modulus overhead, CPU caching effects, and Python interpretation overhead. This study recommends using Dual Modulus RSA with hybrid encryption for practical implementation to balance security and performance.

Eva Andini; Lailan Sofinah Harahap; Siti Nurjanah

Saturnus: Jurnal Teknologi dan Sistem Informasi 2026 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

This study examines the development of a Crude Palm Oil (CPO) price forecasting model using an artificial neural network algorithm, specifically the backpropagation algorithm. As one of Indonesia’s main export commodities, CPO has a significant economic impact and influences the income of oil palm farmers. The CPO price data used in this study were obtained from CIF Rotterdam, covering the period from January 2019 to December 2023. The research methodology consists of several stages, including data collection, preprocessing, model design, and model implementation using Python programming. The training results of the backpropagation algorithm show an error value of 0.537829578 after 1,000 epochs, while the evaluation using Mean Squared Error (MSE) indicates an MSE of 0.022709 during the training process and 0.017604 during the testing process. The model also produces CPO price predictions for the next three months, namely 932.578 for the first month, 949.568 for the second month, and 774.855 for the third month. These findings indicate that the developed model is capable of predicting future CPO prices with adequate accuracy, which can assist companies in making better financial decisions and managing risks associated with CPO price fluctuations.

Noor Latifah; Mahavita Nabila Syahputri

Modem : Jurnal Informatika dan Sains Teknologi 2026 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

The gap between academic curriculum content and modern industrial needs is often an obstacle for fresh graduates in the Information Technology field, particularly in the rapidly evolving Artificial Intelligence (AI) sector. This study aims to identify the relationship patterns among technical competencies (hard skills) most demanded by the global industry. The method employed is Association Rule Mining with the Apriori algorithm to discover association rules between skills, and Network Graph Analysis to visualize the topological map of these competencies. The research dataset covers 15,000 AI job vacancies from the 2024-2025 period, analyzed in depth using Support, Confidence, and Lift Ratio evaluation parameters to validate the strength of relationships between items. The results show that Python is the central competency with the highest frequency of occurrence. Strong association rules were found indicating that proficiency in TensorFlow has a high probability of requiring Python proficiency. The Network Graph visualization reveals three main competency clusters: Data Engineering Ecosystem, Deep Learning, and Infrastructure. These findings offer a strategic foundation for aligning curricula with the job market. Focusing on strengthening the identified competency clusters is expected to directly enhance the relevance and work readiness of graduates.

Abdillah Khakim; Dwi Eko Waluyo

Proceeding of the International Conference on Management, Entrepreneurship, and Business 2025 Asosiasi Riset Ilmu Manajemen Kewirausahaan dan Bisnis Indonesia

This study applies the Mean Variance model, which aims to form an optimal portfolio composition in the health, property, and cyclical consumer sectors and combine the three sectors into one portfolio, then visualize its efficient frontier. This study analyzes the return profiles and compares the risks of each portfolio using alternative risk measures such as the Coefficient of Variation (CV), Value at Risk (VaR), and Conditional Value at Risk (CVaR). Daily closing price data for the three sectors listed on the Indonesia Stock Exchange (IDX) from March 2, 2020, to March 3, 2025, were used in this study. Stock selection was conducted using purposive sampling, followed by selecting seven stocks for optimization based on the lowest Coefficient of Variation (CV) value. Portfolio optimization analysis was conducted using the Python programming language with Visual Studio Code software. The findings of this study indicate that the combined portfolio incorporating the three sectors is the most efficient, with an expected return of 0.104%, standard deviation of 0.007, and alternative risk measures such as Coefficient of Variation (CV) 6.9328, Value at Risk (VaR) of -0.99%, and Conditional Value at Risk (CVaR) of -1.44%, which are lower than those of single-sector portfolios. Visualization of the efficient frontier curve confirms that the combined portfolio offers better results in terms of risk and return. The results of this study indicate that cross-sector diversification can significantly reduce risk and prevent significant losses.

Dwiky Oldi Amsyah; Lailan Sofinah Harahap; Ahmad Fariz Fuady

Mars: Jurnal Teknik Mesin, Industri, Elektro Dan Ilmu Komputer 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Traffic congestion is a persistent challenge in urban areas in Indonesia, where increasing vehicle density creates the need for intelligent traffic monitoring systems. This study aims to develop a real-time vehicle parking system using the YOLOv8 object detection model to provide efficient traffic analysis from live CCTV broadcasts and recorded videos. This study uses a quantitative experimental approach with the implementation of the YOLOv8m model using the Ultralytics library in Python, tested on data collected from CCTV cameras A TCS Dishub Medan and additional footage from mobile devices. Vehicles are detected and counted in two directions up (Up) and down (Down) using virtual detection lines on the video frame. The system performance is evaluated by automatic detection counting with manually recorded ground truth data. The results show that on live CCTV broadcasts, the YOLOv8m model achieves an average precision of 98.96%, a recall of 96.59%, and an F1 score of 97.74% for upstream traffic, while for downstream traffic it achieves 100% precision, 95.64% recall, and an F1 score of 97.730/0. On the other hand, on high-quality recorded videos, all performance metrics achieve 100%, indicating perfect detection accuracy. These findings confirm the effectiveness of YOLOv8 in real-time traffic monitoring, but also indicate that video quality and stream stability affect detection performance. In conclusion, the developed system shows strong potential to support smart city traffic management solutions. Future research should focus on performance optimization under low-resolution live streaming conditions to improve accuracy in practical applications.  

Qureshi, UmmeAmmara; Doshi, Bhumika; More, Aditya; Joshi, Kashyap; Kumar, Kapil

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

Fully Homomorphic Encryption (FHE) enables computation on encrypted data with end-to-end confidentiality; however, its practical adoption remains limited by substantial computational costs, including long encryption and decryption times, high memory consumption, and operational latency. Zero-Knowledge Proofs (ZKPs) complement FHE by enabling correctness verification without revealing sensitive information, although they do not support encrypted computation independently. This study integrates both techniques to enable encrypted computation with verifiably consistent results. A prototype system is implemented in Python using Microsoft SEAL for homomorphic encryption and PySNARK for Zero-Knowledge Proof verification. Experiments are conducted on standard consumer-grade hardware (Intel i5, 8 GB RAM, Ubuntu 22.04) using datasets ranging from 100 MB to 1 GB. The evaluation focuses on encryption and decryption time, homomorphic computation latency, memory usage, and proof generation overhead. Experimental results show that integrating ZKPs introduces a moderate and stable runtime overhead of approximately 15–20%, as analyzed in Section 4, while enabling verification without plaintext disclosure. Ciphertext expansion remains a notable limitation, with observed growth of approximately 30–40× relative to plaintext size, consistent with prior FHE implementations. Despite these overheads, the system demonstrates feasible scalability for datasets up to 1 GB on mid-level hardware. Overall, the results indicate that the integrated FHE+ZKP approach provides a practical balance between confidentiality, verifiability, and performance, supporting its applicability to privacy-preserving scenarios such as secure cloud computation, encrypted data analytics, and confidential data processing under realistic resource constraints.

Muhammad Fikri Setiawan; Bambang Irawan; Bambang Irawan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Polusi udara partikulat halus (PM2,5) merupakan ancaman serius bagi kesehatan masyarakat di Kabupaten Brebes, Jawa Tengah. Faktor penyumbang utamanya adalah emisi kendaraan di jalur Pantura, aktivitas industri perikanan, serta konsentrasi tinggi selama musim kemarau (Juni–November). Tidak adanya model peramalan sub-jam yang akurat menghambat pengembangan sistem peringatan dini yang efektif. Penelitian ini mengembangkan dan mengevaluasi model deep learning berbasis Transformer untuk memprediksi konsentrasi PM2,5 dengan resolusi waktu 15 menit. Data yang digunakan berasal dari NASA GEOS-CF (band PM25_RH35_GCC) yang diakses melalui Google Earth Engine menggunakan API Python. Dataset mencakup periode 1 Januari hingga 22 November 2025, menghasilkan 7.813 observasi per jam, yang kemudian diinterpolasi linear menjadi 31.249 titik data dengan resolusi 15 menit. Arsitektur Transformer terdiri dari 3 lapis enkoder, 4 kepala perhatian multi-head, dimensi embedding 128, dimensi feed-forward 256, panjang sekuen 60 timestep, dan augmentasi fitur menggunakan rerata bergulir (*rolling mean*, jendela = 3) dan beda pertama (*first difference*). Pelatihan dilakukan dengan TensorFlow-Keras, pengoptimal Adam, penjadwal peluruhan kosinus (*cosine decay scheduler*), dan fungsi kerugian Huber. Pembagian data dilakukan secara kronologis: 70% pelatihan, 30% validasi. Evaluasi pada set uji independen (16 Agustus–21 November 2025, 9.357 observasi atau 97 hari 11 jam 15 menit) menghasilkan MAE 0,7691 µg/m³, RMSE 1,2052 µg/m³, R² 0,9945, dan *Explained Variance Score* 0,9948. Model ini mampu menggambarkan variasi diurnal dan anomali musiman secara akurat, jauh melampaui model LSTM dan GTWR konvensional. Penelitian ini memberikan kontribusi signifikan di bidang Teknologi Informasi melalui kerangka kerja pengolahan *big data* satelit untuk aplikasi lingkungan.

Aqilah, Khairunnisa; Muthia Shafa Nazahra; Rizky Suhaila Hsb; Septika Aulia Putri

Pentagon : Jurnal Matematika dan Ilmu Pengetahuan Alam 2025 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

The concept of supremum is fundamental in real analysis and plays a crucial role in the optimization of single-variable real functions. In practice, not all functions attain their supremum explicitly, which necessitates numerical approaches to evaluate their behavior computationally. This study aims to analyze the supremum of several one-dimensional real functions with different characteristics using a grid-search method implemented in Python. Four functions were examined: a parabolic function, a rational function with a sharp peak, a discontinuous piecewise function, and a function with a vertical asymptote. The analysis involved modeling the functions, discretizing the domain, performing numerical approximation of the supremum, verifying the results against analytical values, and using graphical visualization to observe the function behavior near the supremum. The findings indicate that the supremum of the parabolic, rational, and piecewise functions can be accurately identified, with results consistent with analytical expectations despite minor deviations caused by grid resolution limitations in the rational function. Meanwhile, the function with a vertical asymptote yields an unbounded supremum, which cannot be attained within the domain. These results demonstrate that Python provides stable and reliable numerical estimates of the supremum across various types of one-dimensional real functions, validating the effectiveness of computational methods in supporting conceptual understanding of supremum.

Firyal Nabila Ulya H.M; Firyal Nabila Ulya H.M; Bambang Irawan; Abdul Khamid

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Hijaiyah letters have varying shapes, and some of them are very similar, often causing errors in the manual character recognition process. This study aims to classify Hijaiyah letters based on digital images using the Convolutional Neural Network (CNN) method. This method was used in this study with a dataset consisting of 28 letter classes and a total of 4,480 images obtained from various public sources and private data. All images underwent a preprocessing stage that included labeling, resizing, normalization, and augmentation, then were divided into three parts, namely training data, validation data, and test data with a ratio of 70:20:10. The training process was carried out using the Python programming language with the help of the TensorFlow and Keras libraries on the Google Colab platform. The test results showed that the CNN model achieved an accuracy of 97.10%, with an average precision, recall, and F1-score of 0.97, respectively. Classification errors only occurred in letters that had similar shapes, such as Syin and Sin. Based on these results, the CNN method proved to be effective, efficient, and accurate in recognizing Hijaiyah letter image patterns, so it can be used as a basis for developing classification models with higher accuracy in the future.

Maisyarah Maisyarah; Diaz Alfaridzi; Arif Syafaruddin Gultom; Alda Febriani

Mars: Jurnal Teknik Mesin, Industri, Elektro Dan Ilmu Komputer 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

This study aims to simulate the M/M/1 queueing system using Python through a Modeling and Simulation approach supported by the Discrete-Event Simulation (DES) method. The objective of the research is to analyze key performance indicators of queueing behavior, including arrival time, service time, waiting time, queue length, and server utilization. The methodology employs DES, which models system behavior based on discrete events such as customer arrivals, service initiation, and service completion. The simulation generates stochastic arrival and service times using Poisson and exponential distributions, respectively. The results indicate that the DES-based M/M/1 simulation accurately reflects theoretical queueing behavior, showing increases in waiting times and queue lengths when arrival rates approach service rates, while server utilization corresponds to system load intensity. The findings demonstrate that DES is an effective approach for analyzing queue performance and can be extended to more complex models such as multi-server systems, priority queues, and predictive simulations using artificial intelligence.

Petrus Jois Ghunu; Vinsensius Aprila Kore Dima; Lidia Lali Momo

Uranus: Jurnal Ilmiah Teknik Elektro, Sains dan Informatika 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Administrative services for civil servants (ASN) play a crucial role in ensuring the rights and obligations of government employees. One of these services is the submission process for the Wife Card (KARIS) and Husband Card (KARSU), which serve as official proof of marital status for civil servants. At the BKPSDM of Sumba Barat Daya, the current submission process for KARIS and KARSU is still carried out manually by filling out paper forms and attaching physical documents. This manual method is time-consuming, prone to data errors, and complicates the monitoring process. Therefore, this study aims to develop a digital information system to simplify the submission, verification, and issuance process of KARIS and KARSU online. This research applies a Research and Development (R&D) approach using the Waterfall model, consisting of requirement analysis, system design, implementation, testing, and evaluation stages. The system is developed using the Python (Streamlit) programming framework and a SQLite3 database, designed to be easily accessible to both ASN users and BKPSDM officers through local networks or the internet. The results show that the developed system successfully reduces processing time by up to 60%, improves data accuracy by 90%, and significantly decreases the use of physical documents. The implementation of this digital information system makes the KARIS and KARSU administrative service more efficient, transparent, and accountable, supporting the ongoing digital transformation within the local government of Sumba Barat Daya Regency.

Dhymaz Haiqal Azhari; Achmad Fauzi; Herman Sembiring

Merkurius : Jurnal Riset Sistem Informasi dan Teknik Informatika 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

MP3 audio files are often used in a variety of fields, but they are prone to security risks such as eavesdropping and illegal access. This study proposes a super encryption method by combining the algorithms of Rivest Shamir Adleman (RSA) and ElGamal to improve the protection of audio data. RSA was chosen for its efficiency and ease of implementation, while ElGamal offers a high level of security through discrete logarithmic complexity. The combination of the two is expected to address the weaknesses of each algorithm and strengthen file security. The system is developed using the Python programming language with the Visual Studio Code environment. The encryption process is done in layers: MP3 files are first encrypted with RSA, and then the results are encrypted again with ElGamal. The decryption is done in reverse order. Tests are conducted with various MP3 file sizes to measure the effectiveness and performance of the system. The results show that this method is able to secure audio files so that they cannot be accessed without the private keys of both algorithms. Although processing times are increased compared to single encryption, the level of security obtained is much higher. This approach can be an effective solution for protecting digital audio data, particularly MP3 format, and could potentially be applied to a wide range of other data types that require a high level of security.

Wibowo, Andrean Vini Bimo Arya; Yeremia Alfa Susetyo

IT-Explore: Jurnal Penerapan Teknologi Informasi dan Komunikasi 2025 Fakultas Teknologi Informasi, Universitas Kristen Satya Wacana

Conventional attendance systems often face various problems such as inefficiency, inaccuracies in attendance logging, and limitations in recapitulation processes. Manual systems are prone to human error and time-consuming, while fingerprint-based systems may fail when the sensor is affected by dirty, wet, or damaged fingers. This study aims to develop an attendance system based on Artificial Intelligence (AI) by utilizing the face_recognition function in Python and implementing a microservice architecture to improve efficiency and accuracy in attendance recording. The system is developed using the Agile Feature-Driven Development (FDD) method, which focuses on building system features based on prioritized business values. This method is applied within the Software Development Life Cycle (SDLC) to ensure a structured, iterative, and user-oriented development process. Facial recognition is performed by comparing the encoding of the captured face image with the data stored in the database. The results show that the system is capable of recording attendance automatically, accurately, and in real-time. Furthermore, the recapitulation process becomes more efficient as the system manages and presents the data systematically.

Astri Kusuma Cahyani; Bambang Satoto; Bagus Abimanyu

International Journal of Public Health 2025 Asosiasi Riset Ilmu Kesehatan Indonesia

Background: The scheduling of work of health workers, especially radiographers in type B hospitals, is a complex challenge due to the variety of radiology modalities, variations in the number of human resources, and the provisions of working hours regulations from the Ministry of Health of the Republic of Indonesia. Manual scheduling that is still in use tends to cause workload inequality, conflicts between employees, and operational inefficiencies. Objective: This study aims to design and develop an Artificial Intelligence (AI)-based radiographer shift scheduling system that is able to prepare work schedules automatically, fairly, flexibly, and integratedly, in accordance with hospital service regulations and needs. Research Method: This type of research is Research and Development (R&D). The development process is carried out through the stages of needs analysis, designing Python and Flask-based systems, simulating tests on data, and expert validation then the data collected and described from the initial mapping and also mapping potential problem-solving. Results: The system successfully manages morning, noon, night, and holiday shift schedules based on competence, fair rotation, and maximum working hours provisions. By showing a significant difference between user perceptions before and after using the system, which reflects improved efficiency, fairness, and ease of access to schedules. Respondents expressed satisfaction with the override feature and integrated notifications. Conclusion: The development of an AI-based radiographer shift scheduling system has proven to be feasible and effective in overcoming managerial problems of work scheduling in hospitals. This system is able to increase efficiency, transparency, and user satisfaction, and has the potential to be widely applied to various types of hospitals in Indonesia.

Zidanul Akbar; Asrul Suwondo; Rizky Ramadhan; Abdul Halim Hasugian

Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Digital image processing is a rapidly developing branch of computer science and has many applications in everyday life. One of the fields that most often utilizes this technique is object detection and color identification in images and videos. This study specifically aims to implement the thresholding method in the HSV (Hue, Saturation, Value) color space to detect three basic colors, namely red, green, and blue, in digital images. The research process begins with uploading images using the Google Colab platform, a cloud-based computing environment that makes it easy for users to run Python programs without requiring additional software installation. After the image is uploaded, the next step is to convert it from the RGB (Red, Green, Blue) color space to the HSV color space. This conversion is important because the HSV color space is more suitable for use in the color segmentation process. The Hue value represents the type of color, Saturation shows the level of saturation, while Value describes the level of brightness. Once the image is in the HSV color space, the next step is to determine the HSV value range for each basic color. This range is determined based on experimental results and references from related literature. Using this range, masking is performed to extract the appropriate pixels so that only the red, green, or blue portions of the image are visible, while the other colors are reduced. The results show that the thresholding method in the HSV color space is capable of detecting primary colors with a good level of visual accuracy, especially in simple images with contrasting backgrounds. The implementation of this program is relatively lightweight, easy to run directly in Google Colab, and does not require high-spec hardware. Therefore, this method is very suitable for use as basic learning material for digital image processing, both for students and novice researchers.