{"id":15797378,"url":"https://github.com/devqueue/face-recognition","last_synced_at":"2026-02-19T01:31:42.870Z","repository":{"id":126913686,"uuid":"293789824","full_name":"devqueue/Face-recognition","owner":"devqueue","description":"Facial recognition and attendance system","archived":false,"fork":false,"pushed_at":"2020-10-24T14:50:55.000Z","size":36218,"stargazers_count":2,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-07T13:38:07.488Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devqueue.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":"2020-09-08T11:29:03.000Z","updated_at":"2020-10-24T14:50:57.000Z","dependencies_parsed_at":"2023-06-18T21:31:05.165Z","dependency_job_id":null,"html_url":"https://github.com/devqueue/Face-recognition","commit_stats":{"total_commits":83,"total_committers":3,"mean_commits":"27.666666666666668","dds":0.02409638554216864,"last_synced_commit":"0e9c25e463f9fb22eb50601f5de366073ceff8bd"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devqueue/Face-recognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devqueue%2FFace-recognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devqueue%2FFace-recognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devqueue%2FFace-recognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devqueue%2FFace-recognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devqueue","download_url":"https://codeload.github.com/devqueue/Face-recognition/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devqueue%2FFace-recognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29600752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T00:59:38.239Z","status":"ssl_error","status_checked_at":"2026-02-19T00:59:36.936Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2024-10-05T00:07:33.025Z","updated_at":"2026-02-19T01:31:42.847Z","avatar_url":"https://github.com/devqueue.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Face Recognition using open-cv\n\nThis is a project that recognizes your face using webcam and adds your attandance to a csv file\nI used open-cv and face-recognition libraries. The faces must be saved in individual directories\nin `src/images`. There must be atleast 50 images for each face with clear features.\nFollow the steps below to get started.\n\n\n## How to Install dependencies?\n\n#### Using anaconda environment.yml (linux only)\n\nThe conda_environment.yml was created on a linux machine so I would recommend you not to use this unless you are on linux or if you can manually delete the linux dependencies that'll work fine as well\n\n1. Open conda_environment.yml\n2. Replace the first line `name: FaceRec` to your prefered name\n3. Replace 'user' with your username in `prefix: /home/user/.conda/envs/FaceRec`\n4. cd into the folder\n5. Now open terminal and run\n`conda env create -f conda_environment.yml`\n\n#### Using pip (For any OS)\n\n1. Create a virtual environment\n2. Run `pip install -r requirements.txt`\n\n## Setup for a new face\n\n1. Go to src/images directory\n2. Create a directory with your name\n3. Add 8-10 images of your face in different lighiting conditions\n4. Now run `face-trainer.py`\nNote: Everytime you add a new face you'll have to run this file again\n\n## Final Recognition\n\nNow you can run the `face-detect.py`. The script will recognize your face and add a time stamp\nin `Attendance.csv`\n\n## Run in Gitpod\n\nYou can also run Face-detector in Gitpod, a free online dev environment for GitHub:\n\n[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/smokedpirate/Face-recognition/blob/master/src/face-detect.py)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevqueue%2Fface-recognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevqueue%2Fface-recognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevqueue%2Fface-recognition/lists"}