{"id":18456375,"url":"https://github.com/lehoangduc/face-recognition-api","last_synced_at":"2026-02-21T20:31:24.414Z","repository":{"id":144048009,"uuid":"85341285","full_name":"lehoangduc/face-recognition-api","owner":"lehoangduc","description":"⭐️Facial Recognition API made easy","archived":false,"fork":false,"pushed_at":"2017-03-20T07:07:26.000Z","size":143,"stargazers_count":68,"open_issues_count":0,"forks_count":14,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-06-05T12:09:00.090Z","etag":null,"topics":["face-recognition","hapijs","machine-learning","nodejs","python","service","zeromq","zerorpc"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/lehoangduc.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":"2017-03-17T18:05:57.000Z","updated_at":"2025-02-26T18:05:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"dfee24ec-24e5-4b0e-9fde-848a0d014df2","html_url":"https://github.com/lehoangduc/face-recognition-api","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lehoangduc/face-recognition-api","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fface-recognition-api","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fface-recognition-api/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fface-recognition-api/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fface-recognition-api/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lehoangduc","download_url":"https://codeload.github.com/lehoangduc/face-recognition-api/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lehoangduc%2Fface-recognition-api/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29692521,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: 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":["face-recognition","hapijs","machine-learning","nodejs","python","service","zeromq","zerorpc"],"created_at":"2024-11-06T08:11:21.378Z","updated_at":"2026-02-21T20:31:24.399Z","avatar_url":"https://github.com/lehoangduc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Face Recognition API\n======\n\n\u003e An Open-source built on top of Python and NodeJs that lets you build your own Face Recognition API\n\n## Requiments\n\n- Python3\n- NodeJs \u003e= 7.0.0 \n- [Face Recognition Python module](https://github.com/ageitgey/face_recognition)\n- [zeromq](http://zeromq.org)\n- [zerorpc](http://www.zerorpc.io)\n\n## Installation\n\n```bash\n$ cd api\n$ npm install\n$ cp .env.example .env\n\n$ pip3 install zerorpc\n```\n\n## How It Works\nUser request an URL \u003c==\u003e NodeJs API (Download image from URL) \u003c==\u003e Python RPC Server (Identify the face from known images)\n\n## Quick Start\n* Edit variables in .env file\n* Copy person pictures you already know to \"examples/images\" folder\n* Run commands\n\n```bash\n# Start RPC server\n$ cd rpc\n$ python3 server.py -h 127.0.0.1 -p 8001 -d examples/images\n\n# Start NodeJs API service\n$ cd api\n$ npm start\n\n# Run with example URL\n$ curl http://127.0.0.1:8000/find?url=http://media.doanhnghiepvn.vn/Images/thuphuong/2016/11/18/obama.jpg\n\n```\n\n## Contributing\n\nAll contributions are welcome to help improve Face Recognition API.\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT)\n\nCopyright (c) 2017-present, Golr","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flehoangduc%2Fface-recognition-api","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flehoangduc%2Fface-recognition-api","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flehoangduc%2Fface-recognition-api/lists"}