{"id":20498917,"url":"https://github.com/anisjonischkeit/facepicker","last_synced_at":"2026-04-11T21:08:07.623Z","repository":{"id":122906386,"uuid":"131103754","full_name":"anisjonischkeit/FacePicker","owner":"anisjonischkeit","description":"A GUI for web based face recognition software, written in Elm. It allows you to display the software's detected (eye positions) and visually modify them","archived":false,"fork":false,"pushed_at":"2018-11-07T14:06:56.000Z","size":705,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T16:42:45.662Z","etag":null,"topics":["elm","elm-lang","image-processing","react"],"latest_commit_sha":null,"homepage":"","language":"Elm","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/anisjonischkeit.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-26T05:19:25.000Z","updated_at":"2025-09-16T07:39:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"d0346ece-c2c5-43d5-989e-d6bb28115939","html_url":"https://github.com/anisjonischkeit/FacePicker","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/anisjonischkeit/FacePicker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anisjonischkeit%2FFacePicker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anisjonischkeit%2FFacePicker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anisjonischkeit%2FFacePicker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anisjonischkeit%2FFacePicker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anisjonischkeit","download_url":"https://codeload.github.com/anisjonischkeit/FacePicker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anisjonischkeit%2FFacePicker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":283002111,"owners_count":26762727,"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","status":"online","status_checked_at":"2025-11-06T02:00:06.180Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["elm","elm-lang","image-processing","react"],"created_at":"2024-11-15T18:15:58.547Z","updated_at":"2025-11-06T12:02:49.281Z","avatar_url":"https://github.com/anisjonischkeit.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Picker\n\nThis package exposes a React component that you can drop into your existing react app.\n\n# Installing\n\n```\nyarn add git+https://github.com/anisjonischkeit/FacePicker.git#latest\n```\n\n# Usage\n\n## Example\n\nAn example of the usage in a react app can be found in the examples folder.\n\n## Accepted Props\n\n```\ntype Position = {\n    x: number,\n    y: number\n}\n\ntype Eyes = {\n    left: Position,\n    right: Position\n}\n\ntype PropsType = {\n    faces: Array\u003cEyes\u003e,\n    selection: ?number,\n    facesDidUpdate: ?((Array\u003cEyes\u003e, ?number) =\u003e void),\n    imgUrl: string,\n    maxSize: ?{\n        width: ?int,\n        height: ?int\n    }\n}\n```\n\n### faces\n\nA list of faces that you wish to display on the FacePicker\n\n### selection\n\nThe index of the face you wish to have selected\n\n### facesDidUpdate\n\nCallback that fires whenever a face's position is updated on the FacePicker\n\n### imgUrl\n\nThe url of an image to be passed in\n\n### maxSize\n\nThe Maximum size that the image should be\n\n# Releasing a new version to github\n\nmake sure all of your changes are commited to git and pushed to the server, then run:\n\n```\nyarn release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanisjonischkeit%2Ffacepicker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanisjonischkeit%2Ffacepicker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanisjonischkeit%2Ffacepicker/lists"}