{"id":15304300,"url":"https://github.com/deven96/face_verify","last_synced_at":"2026-02-07T15:32:34.111Z","repository":{"id":97000853,"uuid":"167487606","full_name":"deven96/face_verify","owner":"deven96","description":"Facial verification","archived":false,"fork":false,"pushed_at":"2019-01-26T02:28:48.000Z","size":322,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-22T20:09:15.810Z","etag":null,"topics":["artificial-intelligence","database","facial-detection","python","verification"],"latest_commit_sha":null,"homepage":null,"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/deven96.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":"2019-01-25T05:00:41.000Z","updated_at":"2019-05-14T16:40:30.000Z","dependencies_parsed_at":"2023-03-13T16:20:09.215Z","dependency_job_id":null,"html_url":"https://github.com/deven96/face_verify","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"0d5e3db5ea155d27be5dcd9bcda93ccf41b70436"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deven96/face_verify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deven96%2Fface_verify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deven96%2Fface_verify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deven96%2Fface_verify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deven96%2Fface_verify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deven96","download_url":"https://codeload.github.com/deven96/face_verify/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deven96%2Fface_verify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29198178,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-07T14:35:27.868Z","status":"ssl_error","status_checked_at":"2026-02-07T14:25:51.081Z","response_time":63,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["artificial-intelligence","database","facial-detection","python","verification"],"created_at":"2024-10-01T07:55:11.216Z","updated_at":"2026-02-07T15:32:34.087Z","avatar_url":"https://github.com/deven96.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Verify\n\nUpload images to database and compare live video feed to existing images.\nThis project is to ultimately run as a standalone software for facial verification\n\n[![Build Status](https://travis-ci.org/deven96/face_verify.svg?branch=master)](https://travis-ci.com/deven96/face_verify)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n- [Face Verify](#face-verify)\n  - [Getting Started](#getting-started)\n  - [Usage](#usage)\n    - [Upload](#upload)\n    - [Verification](#verification)\n  - [API Documentation](#api-documentation)\n  - [Credits](#credits)\n  - [Contribution](#contribution)\n  - [License (MIT)](#license-mit)\n  - [Todo](#todo)\n\n## Getting Started\n\nBefore setting up virtualenv, get the following aptitude packages, as they are necessary for the python requirements to function\n\n```bash\n    sudo apt-get install libboost-python-dev cmake\n```\n\nSetup Virtual environment and install requirements\n\n```bash\n    mkvirtualenv face-verify \u0026\u0026 pip install -r requirements\n```\n\n## Usage\n\nCurrently only usable as python code or command line\n\n### Upload\n\nTo upload an image to the database\n\n```bash\n    python main.py upload --name \"Firstname Lastname\"\n```\n\n```python\n    from handlers import Uploader\n\n    uploader = Uploader(name=\"Firstname Lastname\")\n    uploader.run()\n```\n\n### Verification\n\nTo run verification on images existing in the database\n\n```bash\n    python main.py verify\n```\n\n```python\n    from handlers import Verifier\n\n    verifiier = Verifier()\n    verifier.run()\n```\n\n## API Documentation\n\n[Github Pages](https://deven96.github.io/face_verify)\n\n## Credits\n\n- [Dlib](https://dlib.net)\n- [Face_recognition](https://face-recognition.readthedocs.io/en/latest/face_recognition.html)\n- [OpenCV](https://opencv-python-tutroals.readthedocs.io/en/latest/)\n\n## Contribution\n\nYou are very welcome to modify and use them in your own projects.\n\nPlease keep a link to the [original repository](https://github.com/deven96/face_verify). If you have made a fork with substantial modifications that you feel may be useful, then please [open a new issue on GitHub](https://github.com/deven96/face_verify/issues) with a link and short description.\n\n## License (MIT)\n\nThis project is opened under the [MIT 2.0 License](LICENSE) which allows very broad use for both academic and commercial purposes.\n\nA few of the images used for demonstration purposes may be under copyright. These images are included under the \"fair usage\" laws.\n\n## Todo\n\n- Initialize GUI project\n- Switch from folder to persistent database handling\n- Multiple camera input attachment across local network\n- Make into standard python package\n- Integrate CI/CD for automatically pushing latest releases to PyPI\n- Write unittests for package\n- Use Cython for pre and post processing activities (targeted at speeding up the process)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeven96%2Fface_verify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeven96%2Fface_verify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeven96%2Fface_verify/lists"}