{"id":26800772,"url":"https://github.com/hamarshehmhmd/face_trackerv2","last_synced_at":"2026-04-13T21:32:35.866Z","repository":{"id":186151636,"uuid":"674706025","full_name":"hamarshehmhmd/Face_TrackerV2","owner":"hamarshehmhmd","description":"This is an update for te Face_Tracker Project that takes a picture of the user and authenticates if the user in the picture is the same person on the camera","archived":false,"fork":false,"pushed_at":"2024-04-28T00:35:16.000Z","size":225,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-07T09:53:28.008Z","etag":null,"topics":["opencv","python"],"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/hamarshehmhmd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-04T15:06:32.000Z","updated_at":"2025-03-09T14:32:39.000Z","dependencies_parsed_at":"2024-04-28T01:41:47.741Z","dependency_job_id":"c1896e5b-e4a4-4a76-9b06-c97125e1dac0","html_url":"https://github.com/hamarshehmhmd/Face_TrackerV2","commit_stats":null,"previous_names":["hamarshehmhmd/face_trackerv2"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hamarshehmhmd/Face_TrackerV2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamarshehmhmd%2FFace_TrackerV2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamarshehmhmd%2FFace_TrackerV2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamarshehmhmd%2FFace_TrackerV2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamarshehmhmd%2FFace_TrackerV2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hamarshehmhmd","download_url":"https://codeload.github.com/hamarshehmhmd/Face_TrackerV2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hamarshehmhmd%2FFace_TrackerV2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31771832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: 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":["opencv","python"],"created_at":"2025-03-29T20:19:01.628Z","updated_at":"2026-04-13T21:32:35.831Z","avatar_url":"https://github.com/hamarshehmhmd.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face and Eye Detection Project\n\nThis is a simple Python script that uses the OpenCV and face_recognition libraries to perform face and eye detection on live video feed from a webcam. The script also checks if a detected face matches a reference image provided by the user.\n\n## Requirements\n\n- Python 3\n- OpenCV (`cv2`)\n- Numpy (`numpy`)\n- face_recognition (`face_recognition`)\n\n## Installation\n\nYou can install the required libraries using pip:\n\n```pip install opencv-python numpy face-recognition```\n\n\n## Usage\n\n1. Clone or download the project files to your local machine.\n\n2. Ensure you have a reference image that you want to use for face matching. Place this image on your desktop and update the `reference_image_path` variable in the script with the correct file name.\n\n3. Run the script:\n\n```python face_eye_detection.py```\n\n\n4. The script will open a new window showing the video feed from your webcam with rectangles drawn around detected faces and eyes. If a face matches the reference image, it will be labeled as \"Identity Match\" in green; otherwise, it will be labeled as \"Human\" in red.\n\n5. To quit the script, press the 'q' key in the video feed window.\n\n## Troubleshooting\n\n1. If you encounter any issues related to the face_recognition library, make sure you have installed it correctly. You can find installation instructions on the [face_recognition GitHub page](https://github.com/ageitgey/face_recognition).\n\n2. If the script is not detecting faces or eyes properly, you can try adjusting the `scaleFactor` and `minNeighbors` parameters in the `face_cascade.detectMultiScale()` and `eye_cascade.detectMultiScale()` functions, respectively.\n\n## Limitations\n\n- The accuracy of face matching heavily depends on the quality and similarity of the reference image with the faces in the video feed.\n- This script may not be suitable for real-world face recognition applications that require high accuracy and security.\n\n## Credits\n\n- This project uses the OpenCV library for face and eye detection.\n- The face recognition is powered by the face_recognition library.\n\n## License\n\nThis project is licensed under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamarshehmhmd%2Fface_trackerv2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhamarshehmhmd%2Fface_trackerv2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhamarshehmhmd%2Fface_trackerv2/lists"}