{"id":22812267,"url":"https://github.com/cursedprograms/detect-face","last_synced_at":"2025-08-10T07:31:41.529Z","repository":{"id":219152085,"uuid":"748310581","full_name":"CursedPrograms/Detect-Face","owner":"CursedPrograms","description":"This project utilizes the OpenCV and Pillow (PIL) libraries to detect faces in images and webcam feeds, marking them with rectangles. The detected faces are saved in a specified output directory. The detected faces are saved in a specified output directory.","archived":false,"fork":false,"pushed_at":"2024-10-20T22:34:35.000Z","size":5191,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-10-22T02:48:49.037Z","etag":null,"topics":["face-detection","facial-recognition","opencv","python","webcam-capture","webcam-face-detection"],"latest_commit_sha":null,"homepage":"https://cursedprograms.github.io/Detect-Face/","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/CursedPrograms.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}},"created_at":"2024-01-25T17:58:33.000Z","updated_at":"2024-10-20T22:34:38.000Z","dependencies_parsed_at":"2024-02-15T09:48:22.015Z","dependency_job_id":null,"html_url":"https://github.com/CursedPrograms/Detect-Face","commit_stats":null,"previous_names":["cursedprograms/detect-face"],"tags_count":0,"template":false,"template_full_name":"CursedPrograms/project-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FDetect-Face","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FDetect-Face/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FDetect-Face/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CursedPrograms%2FDetect-Face/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CursedPrograms","download_url":"https://codeload.github.com/CursedPrograms/Detect-Face/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":229381225,"owners_count":18064099,"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","facial-recognition","opencv","python","webcam-capture","webcam-face-detection"],"created_at":"2024-12-12T12:11:32.071Z","updated_at":"2024-12-12T12:11:32.795Z","avatar_url":"https://github.com/CursedPrograms.png","language":"Python","funding_links":["https://ko-fi.com/cursedentertainment"],"categories":[],"sub_categories":[],"readme":"[![Twitter: @NorowaretaGemu](https://img.shields.io/badge/X-@NorowaretaGemu-blue.svg?style=flat)](https://x.com/NorowaretaGemu)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n  \n  \u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://ko-fi.com/cursedentertainment\"\u003e\n    \u003cimg src=\"https://ko-fi.com/img/githubbutton_sm.svg\" alt=\"ko-fi\" style=\"width: 20%;\"/\u003e\n  \u003c/a\u003e\n\u003c/div\u003e\n  \u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Python\" src=\"https://img.shields.io/badge/python%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=python\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n   \u003cimg alt=\"OpenCV\" src=\"https://img.shields.io/badge/opencv-%23323330.svg?\u0026style=for-the-badge\u0026logo=opencv\u0026logoColor=white\"/\u003e\n\u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n    \u003cimg alt=\"Git\" src=\"https://img.shields.io/badge/git%20-%23323330.svg?\u0026style=for-the-badge\u0026logo=git\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"PowerShell\" src=\"https://img.shields.io/badge/PowerShell-%23323330.svg?\u0026style=for-the-badge\u0026logo=powershell\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"Shell\" src=\"https://img.shields.io/badge/Shell-%23323330.svg?\u0026style=for-the-badge\u0026logo=gnu-bash\u0026logoColor=white\"/\u003e\n  \u003cimg alt=\"Batch\" src=\"https://img.shields.io/badge/Batch-%23323330.svg?\u0026style=for-the-badge\u0026logo=windows\u0026logoColor=white\"/\u003e\n  \u003c/div\u003e\n\u003cbr\u003e\n\n# Detect-Face\n\n\u003ca href=\"https://cursed-entertainment.itch.io/\" target=\"_blank\"\u003e\n    \u003cimg src=\"/demo_images/cover.png\"\n        alt=\"CursedEntertainment Logo\"\u003e\n\u003c/a\u003e\n\u003cbr\u003e\nThis project utilizes the OpenCV and Pillow (PIL) libraries to detect faces in images and webcam feeds, marking them with rectangles. The detected faces are saved in a specified output directory.\n\u003cbr\u003e\n## Scripts:\n\n- **main.py:** The selection menu for Detect-Face\n\n### /scripts/\n\n- **feed_detection.py:** Detect faces in a webcam-feed\n- **image_detection:** Detect faces in an image\n- **install_dependencies.py:** Install dependencies\n\n## How to Run:\n\n### Install Requirements\n\nUsing Python directly:\n\n```bash\npip install -r requirements.txt\n```\nOr run: \n- `install_requirements.bat`\n\n  \n  \u003cbr\u003e\n\n### Run main.py\n\nUsing Python directly:\n\n```bash\npython main.py\n```\n\nUsing provided scripts:\n\nWindows:\n- `.\\run.bat`\nor\n- `.\\run.ps1`\n\nUnix-like systems (Linux/macOS):\n- `.\\run.sh`\n\n  \u003cbr\u003e\n## Requirements\n\n```bash\nnumpy\nopencv-python==4.8.1.78\nPillow==8.3.2\nnumpy==1.26.2\n```\n- [GloriosaAI Repository](https://github.com/CursedPrograms/GloriosaAI)\n- [Gender-Age-ID Repository](https://github.com/CursedPrograms/Gender-Age-ID)\n- [Image-Generator Repository](https://github.com/CursedPrograms/Image-Generator)\n- [Cursed GPT Repository](https://github.com/CursedPrograms/Cursed-GPT)\n\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/SynthWomb\" target=\"_blank\" align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/SynthWomb/SynthWomb/blob/main/logos/synthwomb07.png\"\n        alt=\"SynthWomb\" style=\"width:200px;\"/\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n\u003cbr\u003e\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://cursed-entertainment.itch.io/\" target=\"_blank\"\u003e\n    \u003cimg src=\"https://github.com/CursedPrograms/cursedentertainment/raw/main/images/logos/logo-wide-grey.png\"\n        alt=\"CursedEntertainment Logo\" style=\"width:250px;\"\u003e\n\u003c/a\u003e\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Fdetect-face","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcursedprograms%2Fdetect-face","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcursedprograms%2Fdetect-face/lists"}