{"id":19749908,"url":"https://github.com/nwhovian/blink-detection","last_synced_at":"2026-06-08T13:32:08.258Z","repository":{"id":40963757,"uuid":"257678285","full_name":"nWhovian/blink-detection","owner":"nWhovian","description":"Eye blink detection with OpenCV and dlib implemented in Python","archived":false,"fork":false,"pushed_at":"2023-07-06T21:58:48.000Z","size":9,"stargazers_count":0,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T08:30:03.285Z","etag":null,"topics":["blink-detection","dlib-face-detection","opencv","python"],"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/nWhovian.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":"2020-04-21T18:15:21.000Z","updated_at":"2021-10-06T16:54:05.000Z","dependencies_parsed_at":"2025-02-28T00:44:13.915Z","dependency_job_id":"ea581b18-879c-4c29-8549-11ddde13196a","html_url":"https://github.com/nWhovian/blink-detection","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nWhovian/blink-detection","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nWhovian%2Fblink-detection","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nWhovian%2Fblink-detection/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nWhovian%2Fblink-detection/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nWhovian%2Fblink-detection/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nWhovian","download_url":"https://codeload.github.com/nWhovian/blink-detection/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nWhovian%2Fblink-detection/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34065349,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["blink-detection","dlib-face-detection","opencv","python"],"created_at":"2024-11-12T02:29:19.397Z","updated_at":"2026-06-08T13:32:08.242Z","avatar_url":"https://github.com/nWhovian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Installation guide\n## I. Local installation\n1. Clone repository:\n```\ngit clone https://github.com/nWhovian/blink-detection.git\n```\n2. Move to the cloned folder and install requirements:\n```\ncd path/to/blink-detection\npip install -r requirements.txt\n```\n3. Download the dlib’s pre-trained facial landmark detector\n```\nwget --no-check-certificate 'https://docs.google.com/uc?export=download\u0026id=17YdgpbtvxWvPhRHIkuSwjlp9nFSBKv3M' -O shape_predictor_68_face_landmarks.dat\n```\n4. (optional) You can download a video with my face and use it for testing\n```\nwget --no-check-certificate 'https://docs.google.com/uc?export=download\u0026id=12gbn8y0qt1aIFOw9R8lmVX2LBPCuinJB' -O video.mp4\n```\n5. Run the script with video file argument\n```\npython ./blink_detection.py --shape-predictor shape_predictor_68_face_landmarks.dat --video -path/to/video\n```\nor with web camera streaming\n```\npython ./blink_detection.py --shape-predictor shape_predictor_68_face_landmarks.dat\n```\nYou can see the video examples of blink detection using here:\n```\nhttps://drive.google.com/file/d/1XwlD3P_TnJui66ysGpBa7b7Zet6SUYea/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwhovian%2Fblink-detection","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnwhovian%2Fblink-detection","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnwhovian%2Fblink-detection/lists"}