{"id":16521716,"url":"https://github.com/geraldoramos/face-detector","last_synced_at":"2025-10-28T07:31:44.944Z","repository":{"id":57232167,"uuid":"96941691","full_name":"geraldoramos/face-detector","owner":"geraldoramos","description":"A simple module to detect faces from an image URL or file (path)","archived":false,"fork":false,"pushed_at":"2017-07-11T22:51:32.000Z","size":14,"stargazers_count":7,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-01T12:51:14.241Z","etag":null,"topics":["avatar-validator","face-detection","face-detector","face-recognition","face-recognizer","opencv"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/geraldoramos.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}},"created_at":"2017-07-11T22:15:00.000Z","updated_at":"2022-04-05T19:25:35.000Z","dependencies_parsed_at":"2022-08-31T14:10:32.754Z","dependency_job_id":null,"html_url":"https://github.com/geraldoramos/face-detector","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fface-detector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fface-detector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fface-detector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/geraldoramos%2Fface-detector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/geraldoramos","download_url":"https://codeload.github.com/geraldoramos/face-detector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238614655,"owners_count":19501500,"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":["avatar-validator","face-detection","face-detector","face-recognition","face-recognizer","opencv"],"created_at":"2024-10-11T16:57:34.333Z","updated_at":"2025-10-28T07:31:44.641Z","avatar_url":"https://github.com/geraldoramos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# face-detector\nA simple NPM module to detect faces. The module will return the number of recognizable faces from a given image URL or path.\n\nOpencv is required.\n\n# Usage\n\n**Install the Module**\n\n```\nnpm install face-detector\n```\n\n**Example Using an URL**\n\n```javascript\nconst face = require('face-detector')\n\nvar imageUrl = 'https://avatars2.githubusercontent.com/u/5693297?v=3\u0026s=400'\n\nface.detect(imageUrl,function(result){\n  console.log(result)\n\n})\n```\n\n**Example Using a Path**\n\n```javascript\nconst face = require('face-detector')\n\nvar imagePath = './image.jpg'\n\nface.detect(imagePath,function(result){\n  console.log(result)\n\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldoramos%2Fface-detector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeraldoramos%2Fface-detector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeraldoramos%2Fface-detector/lists"}