The increasing number of vehicles in Indonesia has posed significant challenges in the management of parking facilities. This study proposes the development and implementation of an intelligent parking system based on automatic vehicle license plate character recognition. The proposed system employs the You Only Look Once version 8 (YOLOv8) model to detect the license plate region, and a Convolutional Recurrent Neural Network (CRNN) to recognize the alphanumeric characters contained within the plate. The system architecture integrates a Raspberry Pi, a camera module, and a servo motor to facilitate the automatic detection and recognition of license plates as vehicles enter and exit parking areas. The YOLOv8 model is responsible for identifying the license plate region by generating a bounding box through a convolutional layer, which is then used to isolate the license plate area from the original image. This cropped image undergoes a pre-processing stage to conform with the input specifications of the CRNN model. Subsequently, the CRNN model extracts visual features through convolutional layers and leverages recurrent layers to capture the sequential relationship among the characters on the license plate. The entire processing pipeline is deployed on the Raspberry Pi using TensorFlow Lite, ensuring efficient operation of both the YOLOv8 and CRNN models in a resource-constrained environment. Experimental results demonstrate that the YOLOv8 model achieved a detection accuracy of 94.69% for license plate localization, with a precision of 98.32%, recall of 96.25%, and an F1-score of 97.27%. In parallel, the CRNN model attained a character recognition accuracy of 93.8% across a test set comprising 30 license plates. Nevertheless, the system encountered some recognition errors, such as misclassification of the character 'G' as 'C', 'W' as 'H', and 'Q' as 'O'.