The rapid growth of vehicles in Indonesia has created significant challenges in managing parking facilities. To address this issue, this study proposes an intelligent parking system based on automatic license plate character recognition. The system employs YOLOv8 (You Only Look Once) for license plate region detection and CRNN (Convolutional Recurrent Neural Network) for alphanumeric character recognition. Its architecture integrates a Raspberry Pi, camera module, and servo motor to enable automated license plate detection and recognition during vehicle entry and exit. YOLOv8 generates bounding boxes to isolate license plate regions, which are then processed as input for CRNN. The CRNN extracts visual features through convolutional layers and captures sequential relationships among characters using recurrent layers. The entire pipeline is deployed on Raspberry Pi with TensorFlow Lite to ensure efficient computation in resource-constrained environments. Experimental results demonstrate that YOLOv8 achieved a detection accuracy of 94.69%, with a precision of 98.32%, recall of 96.25%, and F1-score of 97.27%, while CRNN reached a character recognition accuracy of 93.8% across 30 license plates. Although some recognition errors occurred, such as misclassifying āGā as āCā, 'W' as 'H', and 'Q' as 'O', the proposed system proved effective and feasible for embedded smart parking applications.