{"id":19024283,"url":"https://github.com/gherrada22/face-detector","last_synced_at":"2026-04-12T16:02:16.887Z","repository":{"id":218165942,"uuid":"597623223","full_name":"gherrada22/Face-Detector","owner":"gherrada22","description":"Advanced face detector with OpenCV and Python3 for academic and home use. Provides camera triggering and image detection for accurate, real-time analysis.","archived":false,"fork":false,"pushed_at":"2023-02-05T06:08:53.000Z","size":928,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-02T01:28:18.415Z","etag":null,"topics":["haar-cascade-classifier","opencv","opencv-contrib","pip3","python3"],"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/gherrada22.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}},"created_at":"2023-02-05T05:15:49.000Z","updated_at":"2023-02-05T06:20:10.000Z","dependencies_parsed_at":"2024-01-20T05:44:20.431Z","dependency_job_id":null,"html_url":"https://github.com/gherrada22/Face-Detector","commit_stats":null,"previous_names":["gherrada22/face-detector"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gherrada22%2FFace-Detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gherrada22%2FFace-Detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gherrada22%2FFace-Detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gherrada22%2FFace-Detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gherrada22","download_url":"https://codeload.github.com/gherrada22/Face-Detector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240072063,"owners_count":19743527,"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":["haar-cascade-classifier","opencv","opencv-contrib","pip3","python3"],"created_at":"2024-11-08T20:35:47.924Z","updated_at":"2025-10-26T08:14:38.305Z","avatar_url":"https://github.com/gherrada22.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch3 align=\"center\"\u003e\n\t\u003cimg src=\"https://cdn-icons-png.flaticon.com/512/1522/1522180.png\" width=\"100\" alt=\"Logo\"/\u003e\u003cbr/\u003e\n\t\u003cimg src=\"https://cdn-icons-png.flaticon.com/512/1522/1522180.png\" height=\"30\" width=\"0px\"/\u003e\n\tFace Detector\n\t\u003cimg src=\"https://cdn-icons-png.flaticon.com/512/1522/1522180.png\" height=\"30\" width=\"0px\"/\u003e\n\u003c/h3\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/104341274/210186277-0d434bb0-80c0-43a9-b6b0-2e42e18c31a9.png\" width=\"400\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"Center\"\u003e\nTransform the way you analyze facial data with our face detector integrated with \u003ca href=\"https://opencv.org/\"\u003e\u003cb\u003eOpenCV\u003c/b\u003e\u003c/a\u003e and \u003ca href=\"https://www.python.org/downloads/\"\u003e\u003cb\u003ePython3\u003c/b\u003e\u003c/a\u003e. With its camera triggering capability through image detection, you can conduct studies and experiments with accurate, real-time facial data, opening new doors in the academic world of research and data analysis.\n\u003cp\u003e\n\n\u0026nbsp;\n\n## 📷 Demo\n\u003cp align=\"center\" \u003e\n\u003cimg width=\"500\" heigth=\"300\" src=\"https://user-images.githubusercontent.com/104341274/216804498-5e486be4-87e5-4d83-ad37-62417fa7fd96.png\"\u003e\n\u003c/p\u003e\n\n\n## 📌 Requirements\n\n- Photo or image with faces from the front\n- Camera - webcam, integrated or by video capture device\n- Python 3.6 or higher\n- OpenCV 4.5.1 or higher\n- pip3 21.0.1 or higher\n\n## 🧠 Installation instructions\n\n1. Download or clone this repository.\n\n```\ngit clone https://github.com/gherrada22/Face-Detector.git\n```\n\n2. Type in your terminal the root location of the repository you want to start:\n\n```\npy deteccion_foto.py\npy deteccion_video.py\n```\n\n```\npython deteccion_foto.py\npython deteccion_video.py\n```\n\n```\npython3 deteccion_foto.py\npython3 deteccion_video.py\n```\n\n## ❤ Contribute\n\nThis project is open source and we are happy to receive contributions. If you would like to contribute, follow these steps:\n\n1. Give star and fork the repository.\n2. Create a branch for your feature or bug fix (`git checkout -b my-new-feature`).\n3. Commit your changes (`git commit -am 'Added my-new-feature'`)\n4. Push your branch (`git push origin my-new-feature`)\n5. Create a pull request.\n\n\u0026nbsp;\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://user-images.githubusercontent.com/104341274/210186277-0d434bb0-80c0-43a9-b6b0-2e42e18c31a9.png\" width=\"400\" /\u003e\n\u003c/p\u003e\n\u003c/p\u003e\n\u003cp align=\"center\"\u003eCopyright \u0026copy; 2023-present \u003ca href=\"https://github.com/gherrada22\" target=\"_blank\"\u003eGeorge Herrada Farfán\u003c/a\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgherrada22%2Fface-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgherrada22%2Fface-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgherrada22%2Fface-detector/lists"}