{"id":20977482,"url":"https://github.com/ruferdz/face-detector","last_synced_at":"2026-05-19T10:06:47.436Z","repository":{"id":116864210,"uuid":"255114259","full_name":"RuFerdZ/Face-Detector","owner":"RuFerdZ","description":"😁 An implementation of Face Detection and Face Recognition using Python OpenCV","archived":false,"fork":false,"pushed_at":"2020-04-12T16:28:42.000Z","size":1822,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-20T06:15:08.561Z","etag":null,"topics":["face-detection","face-recognition","numpy","opencv-python","pillow"],"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/RuFerdZ.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":"2020-04-12T15:37:13.000Z","updated_at":"2023-12-12T12:12:14.000Z","dependencies_parsed_at":"2023-07-04T06:31:25.700Z","dependency_job_id":null,"html_url":"https://github.com/RuFerdZ/Face-Detector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FFace-Detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FFace-Detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FFace-Detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RuFerdZ%2FFace-Detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RuFerdZ","download_url":"https://codeload.github.com/RuFerdZ/Face-Detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243382789,"owners_count":20282007,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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-detection","face-recognition","numpy","opencv-python","pillow"],"created_at":"2024-11-19T04:58:59.185Z","updated_at":"2026-05-19T10:06:47.408Z","avatar_url":"https://github.com/RuFerdZ.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face-Detection-and-Recognition\nA simple implementation of Face Detection and Face Recognition using Python OpenCV :desktop_computer:\n\n1. Development Environment\n2. Install Python\n3. Install numpy\n4. Install OpenCV\n5. Install Pillow\n6. Common Errors I Faced\n7. Resources\n\n\n## Development Environment\n- OS: Windows 10\n- IDE: PyCharm\n- External Peripharals: Internal + External Webcam\n\n## Install Python\nYou can Download and Install python from the following link: \u003ca href=\"https://www.python.org/downloads/\"\u003e Download Python \u003c/a\u003e\n\n## Install numpy\nUse the following command in Command Prompt (Administrator) to install numpy in your System\u003cbr\u003e\n\u003e pip install numpy\n\n## Install openCV\nUse the following command in Command Prompt (Administrator) to install openCV in your System\u003cbr\u003e\n\u003e pip install opencv-python\n\n## Install Pillow\nUse the following command in Command Prompt (Administrator) to install Pillow in your System\u003cbr\u003e\n\u003e pip install Pillow\n\n## Common Errors Faced\n```\nInvalid HAAR feature (expected: 'rw.r.x \u003c W'), where\n\u003e     'rw.r.x' is 17\u003cbr\u003e\n\u003e must be less than\u003cbr\u003e\n\u003e     'W' is 15\n```\n\nYou will find a `\u003csize\u003e\u003c/size\u003e` tag inside of the metioned HAAR .xml file, It Contains the Width-W, and Height-H, making either of the needed value greater than the required value helps. (basically 32)\n\n## Resources\n- Know more about OpenCV: \u003ca href=\"https://opencv.org/\"\u003e OpenCV \u003c/a\u003e\n- Know more about HAAR-Cascades: \u003ca href=\"https://www.bogotobogo.com/python/OpenCV_Python/python_opencv3_Image_Object_Detection_Face_Detection_Haar_Cascade_Classifiers.php\"\u003e Haar Cascades\u003c/a\u003e\n- Where to search for python libraries: \u003ca href=\"https://pypi.org/\"\u003e pypi.org \u003c/a\u003e\n- HaarCascade OpenCV files: \u003ca href=\"https://github.com/opencv/opencv/tree/master/data/haarcascades\"\u003e Click here\u003ca/\u003e\n- HaarCascade SimpleCV files: \u003ca href=\"https://github.com/sightmachine/SimpleCV/tree/master/SimpleCV/Features/HaarCascades\"\u003e Click here \u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Fface-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fruferdz%2Fface-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fruferdz%2Fface-detector/lists"}