Final Year Project. Developing a system to detect cars, capture license plates, read and record text in real time on accessible hardware, testing on Raspberry Pi 4B. Utilizing OpenCV, PyTorch, Flask, and custom YOLOv5 and YOLOv8 models trained in Google Colab.
-
Clone the repository
-
Install Python if not already installed
Version 3.10.10 was used for this project.
- Install Requirements
cd registration-reader && pip install -r requirements.txt
- Run the Project
python reg-reader-v2.py
- Open the Web App
Navigate to the the webapp. The default port is 8000. The full URL will be displayed in the terminal.