{"id":27021689,"url":"https://github.com/rhidoyhasanmahmud/attendance-system","last_synced_at":"2025-04-04T19:51:57.948Z","repository":{"id":126811438,"uuid":"179131272","full_name":"rhidoyhasanmahmud/Attendance-System","owner":"rhidoyhasanmahmud","description":null,"archived":false,"fork":false,"pushed_at":"2019-04-03T03:08:47.000Z","size":36191,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-07-12T16:25:00.212Z","etag":null,"topics":["image-detection","image-processing","image-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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rhidoyhasanmahmud.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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-04-02T17:58:05.000Z","updated_at":"2024-07-12T16:25:07.669Z","dependencies_parsed_at":"2023-06-18T04:03:11.644Z","dependency_job_id":null,"html_url":"https://github.com/rhidoyhasanmahmud/Attendance-System","commit_stats":null,"previous_names":["rhidoyhasanmahmud/attendance-system"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhidoyhasanmahmud%2FAttendance-System","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhidoyhasanmahmud%2FAttendance-System/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhidoyhasanmahmud%2FAttendance-System/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rhidoyhasanmahmud%2FAttendance-System/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rhidoyhasanmahmud","download_url":"https://codeload.github.com/rhidoyhasanmahmud/Attendance-System/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242591,"owners_count":20907128,"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":["image-detection","image-processing","image-recognition","opencv","python3"],"created_at":"2025-04-04T19:51:57.387Z","updated_at":"2025-04-04T19:51:57.929Z","avatar_url":"https://github.com/rhidoyhasanmahmud.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Employee Attendance System\n\n## Software Setup\n\n**Step 2.1: Install Python**\n\nThe code in this article is built using Python version 3.6.4 Although there are multiple ways to install Python, I would recommend using Anaconda – the most popular Python distribution for data science.\n\n**Step 2.2: Install OpenCV**\n\nOpenCV (Open Source Computer Vision) is a library aimed at building computer vision applications. It has numerous pre-written functions for image processing tasks. To install OpenCV, do a pip install of the library:\n```\n      pip3 install opencv-python\n```\n**Step 2.3: Install face_recognition API**\n\nFinally, we will use face_recognition, dubbed as the world’s simplest facial recognition API for Python. To install:\n```\n    pip install dlib\n    pip install face_recognition\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhidoyhasanmahmud%2Fattendance-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frhidoyhasanmahmud%2Fattendance-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frhidoyhasanmahmud%2Fattendance-system/lists"}