{"id":19905063,"url":"https://github.com/saeidsaadatigero/car_plate_recognition","last_synced_at":"2026-06-10T11:31:18.202Z","repository":{"id":260266982,"uuid":"875254932","full_name":"saeidsaadatigero/car_plate_recognition","owner":"saeidsaadatigero","description":"Recognition System","archived":false,"fork":false,"pushed_at":"2024-10-30T12:35:57.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-01T07:30:53.611Z","etag":null,"topics":["ai","machine-learning","opencv","python","yolo"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/saeidsaadatigero.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-19T13:54:14.000Z","updated_at":"2024-10-30T13:52:46.000Z","dependencies_parsed_at":"2024-10-30T13:37:48.661Z","dependency_job_id":null,"html_url":"https://github.com/saeidsaadatigero/car_plate_recognition","commit_stats":null,"previous_names":["saeidsaadatigero/car_plate_recognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/saeidsaadatigero/car_plate_recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2Fcar_plate_recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2Fcar_plate_recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2Fcar_plate_recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2Fcar_plate_recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/saeidsaadatigero","download_url":"https://codeload.github.com/saeidsaadatigero/car_plate_recognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/saeidsaadatigero%2Fcar_plate_recognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34151271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["ai","machine-learning","opencv","python","yolo"],"created_at":"2024-11-12T20:31:10.854Z","updated_at":"2026-06-10T11:31:18.187Z","avatar_url":"https://github.com/saeidsaadatigero.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![Screenshot from 2024-10-19 17-41-46](https://github.com/user-attachments/assets/a2117319-10dd-452a-9c67-82276d164984)\n\n\n# Car License Plate Recognition System\n\nThis project is a car license plate recognition system using advanced computer vision and deep learning technologies. The goal of the system is to detect and extract vehicle license plate numbers from images captured by CCTV cameras.\n\n## Technologies Used:\n- **Django**: Web framework for server-side development.\n- **OpenCV**: Image processing library to handle images.\n- **YOLO (You Only Look Once)**: Deep learning model for license plate detection.\n- **Tesseract OCR**: Text recognition tool for reading license plate numbers.\n- **SQLite**: Lightweight database to store data.\n- **HTML/CSS**: For creating and styling web pages.\n\n## Installation and Setup\n\nTo run this project, follow these steps:\n\n1. Clone the project repository:\n   ```bash\n   git clone https://github.com/saeidsaadatigero/car_plate_recognition.git\n   cd car_plate_recognition\n   ```\n\n2. Create and activate a Python virtual environment:\n   ```bash\n   python3 -m venv .venv\n   source .venv/bin/activate\n   ```\n\n3. Install the project dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n4. Run the Django server:\n   ```bash\n   python manage.py runserver\n   ```\n\n5. Access the web application at:\n   ```\n   http://127.0.0.1:8000\n   ```\n\n## Using the System\n1. Navigate to the homepage and enter the IP address of the CCTV camera.\n2. Click the \"Start Plate Recognition\" button to initiate the plate detection and recognition process.\n3. The recognized license plate numbers will be displayed, and the plate images will be saved.\n\n\n# YOLO Download and Setup Instructions\n\n1. **Download YOLO**:\n   - Visit the [official YOLO website](https://pjreddie.com/darknet/yolo/).\n   - Download the `yolov3.weights` and `yolov3.cfg` files.\n\n   ### Run the following commands in the terminal:\n   ```bash\n   git clone https://github.com/pjreddie/darknet\n   cd darknet\n   make\n   wget https://pjreddie.com/media/files/yolov3.weights","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeidsaadatigero%2Fcar_plate_recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsaeidsaadatigero%2Fcar_plate_recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsaeidsaadatigero%2Fcar_plate_recognition/lists"}