{"id":24985922,"url":"https://github.com/samjuk/facial-grouping","last_synced_at":"2026-01-24T22:02:23.231Z","repository":{"id":37661426,"uuid":"264557267","full_name":"SamJUK/facial-grouping","owner":"SamJUK","description":"Python facial extraction and grouping","archived":false,"fork":false,"pushed_at":"2024-08-30T23:54:31.000Z","size":88059,"stargazers_count":1,"open_issues_count":3,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-19T19:27:59.424Z","etag":null,"topics":["age-detection","face-detection","face-recognition","gender-detection","hacktoberfest","hacktoberfest2020","opencv"],"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/SamJUK.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,"zenodo":null}},"created_at":"2020-05-17T00:57:44.000Z","updated_at":"2020-10-12T21:57:28.000Z","dependencies_parsed_at":"2025-04-19T17:33:42.024Z","dependency_job_id":null,"html_url":"https://github.com/SamJUK/facial-grouping","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/SamJUK/facial-grouping","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamJUK%2Ffacial-grouping","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamJUK%2Ffacial-grouping/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamJUK%2Ffacial-grouping/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamJUK%2Ffacial-grouping/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SamJUK","download_url":"https://codeload.github.com/SamJUK/facial-grouping/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SamJUK%2Ffacial-grouping/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28737827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T21:19:41.845Z","status":"ssl_error","status_checked_at":"2026-01-24T21:13:38.675Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["age-detection","face-detection","face-recognition","gender-detection","hacktoberfest","hacktoberfest2020","opencv"],"created_at":"2025-02-04T10:59:34.768Z","updated_at":"2026-01-24T22:02:23.204Z","avatar_url":"https://github.com/SamJUK.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Python Face Extraction\n\nThis project is made up of two components, a video face extractor and an age \u0026 gender detector. The idea of the project is to be able to run community made videos through it and classify by the age of the people within them. So those of certain age groups can be flagged for manual review.\n\n\n```sh\n$ python face_detector.py --video=videos/face-demographics-walking.mp4 --tolerance=.55 --blur=100\n$ python age_gender_detect.py --images=faces/videos_face_demographics_walking_mp4/E1\n```\n\n- If classifying same person as different people, raise tolerance\n- If classifying different people as the same, lower tolerance\n\n\n## Arguments\n\n- **video:** Path to video file\n- **frames:** What frame multiplier to process (e.g 0.5 = Half the frames, 0.1 = tenth of the frames)\n\t- `0.01` = Default\n\t- `-1` = Every frame\n\t- `High Number` = Fast, Less Accurate\n\t- `Low number` = Slower, more accurate\n- **matchaccuracy:** What percentage of faces to match in a person group to be classified the same\n\t- `0.15` = Default\n- **blur:** Integer of blur intensity (only affects preview)\n- **framesize:** float from `0 - 1` that scales the image size (smaller is faster but less accurate)\n- **tolerance:** Face detection match tolerance\n\n## Networks\nThe Age \u0026 Gender detection models are based from the [AgeGenderDeepLearning](https://github.com/GilLevi/AgeGenderDeepLearning) project.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamjuk%2Ffacial-grouping","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamjuk%2Ffacial-grouping","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamjuk%2Ffacial-grouping/lists"}