Claim Missing Document
Check
Articles

Found 2 Documents
Search
Journal : Jurnal Teknik Informatika (JUTIF)

Real-Time Traffic Density and Anomaly Monitoring Using YOLOv8, OpenCV and Pattern Recognition for Smart City Applications in Demak Setiaji, Pratomo; Triyanto, Wiwit Agus; Nurhaliza, Maulin
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 4 (2025): JUTIF Volume 6, Number 4, Agustus 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.4.4867

Abstract

Urban traffic congestion is a persistent issue in medium-sized cities like Demak, leading to delays and potential accidents. This study presents the development of a real-time vehicle density and anomaly detection system using YOLOv8, combined with OpenCV for video analysis, to monitor traffic flow at strategic entry points of Demak City. The system classifies vehicles into four categories (cars, motorcycles, trucks, buses) and determines their direction by detecting crossing lines. A key feature is the recognition of vehicle patterns, particularly the detection of stopped vehicles, flagging anomalies after 30 seconds of stoppage, with tolerance for temporary detection losses. Traffic data is stored in CSV format, enabling periodic analysis and visualization via an interactive graphical user interface (GUI). Evaluation results show the YOLOv8n model achieves 92.5% precision, 88.3% recall, and 89.7% mean average precision (mAP@0.5), demonstrating improved accuracy and speed over previous YOLO versions. Additionally, the vehicle counting accuracy reaches 94.2% when compared with manual annotations. The proposed system provides a reliable solution for real-time traffic monitoring and early anomaly detection, supporting intelligent transportation systems (ITS) and enabling data-driven traffic management decisions. This research contributes to the advancement of real-time video analytics and pattern recognition for urban traffic control and serves as a scientific reference for the development of smart city infrastructures. Furthermore, this study strengthens the application of pattern recognition in intelligent anomaly detection, providing new insights for researchers in the fields of computer science and informatics.
Sentiment Analysis of Fizzo Novel Application Using Support Vector Machine and Naïve Bayes Algorithm with SEMMA Framework Pambudi, Satrio; Setiaji, Pratomo; Triyanto, Wiwit Agus
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 4 (2025): JUTIF Volume 6, Number 4, Agustus 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.4.4875

Abstract

The increasing popularity of digital reading platforms in Indonesia, such as Fizzo Novel, has generated many user reviews that can be analyzed to understand their satisfaction. This study analyzes user sentiment toward Fizzo Novel using the SEMMA (Sample, Explore, Modify, Model, Assess) framework, and compares the performance of the Support Vector Machine (SVM) and Naïve Bayes algorithms. A total of 139,759 reviews were collected from the Google Play Store through web scraping. The data was then processed through normalization, tokenization, lexicon-based sentiment labeling, and feature extraction using TF-IDF. To address class imbalance, the SMOTE technique was applied. The results showed that SVM achieved the highest accuracy, exceeding 96%, with a consistent F1-score across all sentiment classes. In contrast, Naïve Bayes recorded lower accuracy (75.82% before SMOTE and 73.63% after SMOTE), along with a decline in performance for the neutral class. SVM proved more reliable in handling large and imbalanced text data. Practically, the results of this study can help application developers such as Fizzo Novel in automatically understanding user opinions. With an accurate sentiment classification model, developers can monitor reviews in real-time, identify issues such as excessive advertising or an unpopular chapter division system, and design feature improvements based on real user needs. This research also provides a foundation for algorithm selection in future large-scale sentiment analysis projects and recommends SVM as the more appropriate choice in this context.