{"id":23960937,"url":"https://github.com/arij01/platepatrol","last_synced_at":"2026-05-07T16:41:44.093Z","repository":{"id":250706472,"uuid":"831034937","full_name":"arij01/PlatePatrol","owner":"arij01","description":"UK license plate detection using YOLOv8","archived":false,"fork":false,"pushed_at":"2024-12-23T16:01:42.000Z","size":957955,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-24T12:48:06.130Z","etag":null,"topics":["computer-vision","deep-learning","easyocr","opencv","python","tracking-algorithm","yolov8"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/arij01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license_plate_detector.pt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-19T14:06:46.000Z","updated_at":"2024-12-23T16:01:45.000Z","dependencies_parsed_at":"2025-02-24T12:43:06.722Z","dependency_job_id":"95f5d9ca-eaa0-4475-aa48-174e2731577f","html_url":"https://github.com/arij01/PlatePatrol","commit_stats":null,"previous_names":["arij01/automatic-number-plate-recognition","arij01/platepatrol"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/arij01/PlatePatrol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arij01%2FPlatePatrol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arij01%2FPlatePatrol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arij01%2FPlatePatrol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arij01%2FPlatePatrol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/arij01","download_url":"https://codeload.github.com/arij01/PlatePatrol/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/arij01%2FPlatePatrol/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32746602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-07T02:14:30.463Z","status":"ssl_error","status_checked_at":"2026-05-07T02:14:29.405Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["computer-vision","deep-learning","easyocr","opencv","python","tracking-algorithm","yolov8"],"created_at":"2025-01-06T19:58:27.581Z","updated_at":"2026-05-07T16:41:44.074Z","avatar_url":"https://github.com/arij01.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PlatePatrol\n\nhttps://github.com/user-attachments/assets/8551d49c-a361-4bf1-b01e-b2fe9fd7bf5e\n\n## Description \nThis project develops a real-time vehicle detection and license plate recognition system using advanced deep learning techniques. By integrating the YOLO (You Only Look Once) model for object detection and the SORT (Simple Online and Realtime Tracking) algorithm for tracking, the system efficiently identifies and tracks vehicles in video footage. Additionally, it utilizes a specialized model for accurately detecting and reading license plate numbers.\n\n\n## Data\nThe video I used in this tutorial can be downloaded [here](https://www.pexels.com/video/traffic-flow-in-the-highway-2103099/).\n\n## Model\nA Yolov8 pre-trained model (YOLOv8n) was used to detect vehicles.\n\nA licensed plate detector was used to detect license plates. The model was trained with Yolov8 using this [dataset](https://universe.roboflow.com/roboflow-universe-projects/license-plate-recognition-rxg4e/dataset/4).\n\n## Dependencies\nThe sort module needs to be downloaded from this [repository](https://github.com/abewley/sort).\n\n## Installation  \nTo get started, follow these steps:  \n\n1. **Clone the repository:**  \n   ```bash  \n   git clone https://github.com/arij01/automatic-number-plate-recognition.git\n2. **Navigate to the project directory:**\n   ```bash\n   cd automatic-number-plate-recognition\n3. **Install dependencies:**\n   ```bash\n   pip install -r requirements.txt\n4. **Run main.py:**\n      ```bash\n   python main.py\n5. **Run the add_missing_data.py file:**\n      ```bash\n   python add_missing_data.py\n6. **Run the visualize.py file:**\n      ```bash\n   python visualize.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farij01%2Fplatepatrol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farij01%2Fplatepatrol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farij01%2Fplatepatrol/lists"}