{"id":20637037,"url":"https://github.com/travorlzh/vision-stuff","last_synced_at":"2025-06-15T14:08:01.783Z","repository":{"id":162217334,"uuid":"187427858","full_name":"TravorLZH/vision-stuff","owner":"TravorLZH","description":"Some programs that deal with computer vision, face recognition, etc.","archived":false,"fork":false,"pushed_at":"2019-09-03T23:01:35.000Z","size":1518,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-17T08:12:52.336Z","etag":null,"topics":["computer-vision","face-recognition","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/TravorLZH.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-05-19T03:05:06.000Z","updated_at":"2021-10-18T09:03:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"4c1d7ffb-bcfe-4209-813f-c1157a1398ad","html_url":"https://github.com/TravorLZH/vision-stuff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TravorLZH%2Fvision-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TravorLZH","download_url":"https://codeload.github.com/TravorLZH/vision-stuff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242656036,"owners_count":20164431,"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":["computer-vision","face-recognition","opencv-python"],"created_at":"2024-11-16T15:12:48.877Z","updated_at":"2025-03-09T06:38:17.982Z","avatar_url":"https://github.com/TravorLZH.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Computer Vision Demonstration\n=============================\n\nThis repo is storing my programs created during a Face Recognition course at\nInstitute of Automation, Chinese Academy of Sciences. To run it, you need to\nhave:\n\n* A working **python3**\n* Module `opencv-contrib-python`\n* Module `opencv-python`\n* Module `numpy`\n* Module `face_recognition`\n* Module `dlib`\n\n## Install Prerequisites\n\nInstalling those packages are not that hard, we can just puts these commands\ninto the terminal:\n```shell\n$ brew install python\t\t# This installs Python 3.7 by HomeBrew\n$ pip3 install numpy\n$ pip3 install opencv-python\t# This installs numpy as its dependency\n$ pip3 install opencv-contrib-python\t# For object tracking\n$ pip3 install face_recognition\t# This installs dlib as its dependency\n```\n\n## What this repo has\n\n* **display.py** program to show a picture using OpenCV functions\n* **video\\_capture.py** to record what's in the webcam\n* **mirror\\_facedetect.py** to detect faces in the webcam\n* **face\\_ident.py** to identify the actual person from their faces\n* **gen\\_encoding.py** to generate `.face` files from images\n* **display\\_faces.py** to put rectangles on the faces of a picture\n* **paint\\_stuff.py** to draw rectangles by mouse on a custom background image\n* **track.py** to track an object from user's selection\n* **face\\_decor.py** Put decorations on your face, click and enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravorlzh%2Fvision-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravorlzh%2Fvision-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravorlzh%2Fvision-stuff/lists"}