{"id":26502078,"url":"https://github.com/mdjamilkashemporosh/facedetectify","last_synced_at":"2026-05-10T16:41:34.542Z","repository":{"id":190188857,"uuid":"682118446","full_name":"mdjamilkashemporosh/FaceDetectify","owner":"mdjamilkashemporosh","description":"This Python script detects faces in an image using OpenCV's pre-trained face cascade classifier. It draws rectangles around the detected faces and displays the result using the PIL library.","archived":false,"fork":false,"pushed_at":"2024-04-03T15:35:47.000Z","size":141,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T00:29:25.393Z","etag":null,"topics":["face-recognition","opencv"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mdjamilkashemporosh.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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":"2023-08-23T13:34:25.000Z","updated_at":"2025-03-03T16:04:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7a7bb47-abb8-451f-8df5-3bcc0ea222dd","html_url":"https://github.com/mdjamilkashemporosh/FaceDetectify","commit_stats":null,"previous_names":["mdjamilkashemporosh/facedetectify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mdjamilkashemporosh/FaceDetectify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjamilkashemporosh%2FFaceDetectify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjamilkashemporosh%2FFaceDetectify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjamilkashemporosh%2FFaceDetectify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjamilkashemporosh%2FFaceDetectify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mdjamilkashemporosh","download_url":"https://codeload.github.com/mdjamilkashemporosh/FaceDetectify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mdjamilkashemporosh%2FFaceDetectify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32864090,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"ssl_error","status_checked_at":"2026-05-10T13:40:02.145Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["face-recognition","opencv"],"created_at":"2025-03-20T17:34:31.178Z","updated_at":"2026-05-10T16:41:34.523Z","avatar_url":"https://github.com/mdjamilkashemporosh.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Detection using OpenCV and PIL\n\n\nThis Python script detects faces in an image using OpenCV's pre-trained face cascade classifier. It draws rectangles around the detected faces and displays the result using the PIL library.\n\n## Demo\n\n![Screenshot from 2023-08-23 19-54-37](https://github.com/mdjamilkashemporosh/FaceDetectify/assets/50365984/4525e10d-2f07-4663-ae61-bf2a4c92629e)\n\n\n## Prerequisites\n\n- Python 3. (The code is compatible with Python 3.6 or higher)\n- OpenCV (Install using pip install opencv-python)\n- Pillow (Install using pip install pillow)\n\n## Getting Started\n\nClone the repository or download the script file (face_detection.py) to your local machine.\nEnsure that the required Python packages (OpenCV and Pillow) are installed. You can install them by running the following commands:\n\n```\npip install opencv-python\npip install pillow\n```\nor \n\n```\npip install -r requirements.txt\n```\nPlace the image you want to detect faces in the images folder. Make sure the image file is in a supported format (e.g., JPEG, PNG).\nUpdate the image_path variable in the script (index.py) to the path of your image file ( on line 8 ). For example:\n\n```\nimage = cv2.imread('images/image_multi.jpg')\n```\n\nRun the script using the following command: ```python index.py```.\n\n## Contributing\n\nIf you would like to contribute to this web application, please open an issue on GitHub to discuss your ideas or proposed changes. Pull requests are also welcome.\n\n## License\n\nThis drawing web application is available under the MIT License. You are free to use, modify, and distribute this project as you see fit.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdjamilkashemporosh%2Ffacedetectify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmdjamilkashemporosh%2Ffacedetectify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmdjamilkashemporosh%2Ffacedetectify/lists"}