{"id":20392736,"url":"https://github.com/baptvit/facerecognition","last_synced_at":"2026-05-11T14:31:22.856Z","repository":{"id":130241115,"uuid":"161044539","full_name":"baptvit/FaceRecognition","owner":"baptvit","description":"Personal project about face recognition ","archived":false,"fork":false,"pushed_at":"2018-12-16T22:38:11.000Z","size":6327,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-05T21:02:42.193Z","etag":null,"topics":["embedded-systems","face-recognition","opencv","python3"],"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/baptvit.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2018-12-09T13:53:34.000Z","updated_at":"2018-12-16T22:38:13.000Z","dependencies_parsed_at":"2023-03-16T18:30:13.139Z","dependency_job_id":null,"html_url":"https://github.com/baptvit/FaceRecognition","commit_stats":null,"previous_names":["baptvit/facerecognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/baptvit/FaceRecognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2FFaceRecognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2FFaceRecognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2FFaceRecognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2FFaceRecognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baptvit","download_url":"https://codeload.github.com/baptvit/FaceRecognition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baptvit%2FFaceRecognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32898899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"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":["embedded-systems","face-recognition","opencv","python3"],"created_at":"2024-11-15T03:45:21.016Z","updated_at":"2026-05-11T14:31:22.443Z","avatar_url":"https://github.com/baptvit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# FaceRecognition\n\n\u003cp align=\"center\"\u003e\n \n\u003ca href=\"Update\" alt=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/eclipse-marketplace/last-update/notepad4e.svg\" /\u003e\u003c/a\u003e\n        \n\u003ca href=\"License\" alt=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/dub/l/vibe-d.svg\" /\u003e\u003c/a\u003e\n        \n\u003ca href=\"Version\" alt=\"\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/Version-v1-green.svg\" /\u003e\u003c/a\u003e\n        \n\u003ca href=\"Python_Version\" alt=\"\"\u003e\n       \u003cimg src=\"https://img.shields.io/pypi/pyversions/Django.svg\" /\u003e\u003c/a\u003e\n \n \n\u003ca href=\"Size\" alt=\"\"\u003e\n       \u003cimg src=\"https://img.shields.io/github/repo-size/badges/shields.svg\" /\u003e\u003c/a\u003e\n\n\u003c/p\u003e\n\nSimple project about face recognition. Based on college project [DS_2_2018](https://github.com/helpthx/DS_2_2018) . Aiming to use face recognition to control access at college's restaurant. The system was embedded in a Raspberry pi 3(SoC) and tested in different environments. There are a local database base on sqlite3, A server in Apache to editing the database while face recognition system are running and relay to send signal to open the door - control by Raspberry Pi GPIO.\n\n\n## Getting Started\n\nThese instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.\n\n### Prerequisites\n\n```\nOpenCv 3.4.4\nQt version: 4.8.7\nSIP version: 4.19.7\nsqlite3 2, 6, 0\nNumpy \n```\n\n### Installing\n\n* Create an empty Folder named **\"dataset\"** in the same directory where the python scripts are \n* Create an empty folder called **\"trainer\"** In same directory \n\n\n## Running the tests\n\n\n* Run on terminal **\"python3 exe.py\"**.\n* Type **\"3\"** and press enter **\"3 -\u003e Edit database\"**.\n* Type **\"1 -\u003e Table create\"** and a sqlite3 table will be create.\n* Make a new register typing **\"1\"**.\n* Write your name.\n* Write your id number (max 8 numbers)\n* Look to your camera and wait(Photos will be save in **\"dataset\"**).\n* OpenCV API will training the photos in the file **\"trainer\"**\n* Than you can start **\"2 -\u003e Face Recognition\"**.\n\n\n\n* In **\"3 -\u003e Edit database\"**.\n* Adding Credits. Just type your id number and how much money to add.\n\n\n## Built With\n\n* [OpenCV](https://opencv.org/) - API used\n* [Python3](https://www.python.org/download/releases/3.0/) - Main language\n* [NumPy](http://www.numpy.org/) - Key API \n\n\n## Authors\n\n* **João Vitor Rodrigues Baptista** - *Initial work* - [helpthx](https://github.com/helpthx)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n## Acknowledgments\n\n* Based on original code by Anirban Kar: [Face-Recognition](https://github.com/thecodacus/Face-Recognition)\n \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaptvit%2Ffacerecognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaptvit%2Ffacerecognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaptvit%2Ffacerecognition/lists"}