{"id":20815826,"url":"https://github.com/mhdbs/hand_gesture_recognition_cv2_numpy","last_synced_at":"2026-04-06T21:31:07.040Z","repository":{"id":219216516,"uuid":"157056233","full_name":"mhdbs/hand_gesture_recognition_cv2_numpy","owner":"mhdbs","description":null,"archived":false,"fork":false,"pushed_at":"2018-11-11T07:20:00.000Z","size":1296,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-26T10:05:03.370Z","etag":null,"topics":["numpy","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/mhdbs.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}},"created_at":"2018-11-11T07:10:50.000Z","updated_at":"2019-07-14T05:47:41.000Z","dependencies_parsed_at":"2024-01-26T05:13:10.209Z","dependency_job_id":"508f33f0-63f0-4116-a213-9d1f0e64dd62","html_url":"https://github.com/mhdbs/hand_gesture_recognition_cv2_numpy","commit_stats":null,"previous_names":["mhdbs/hand_gesture_recognition_cv2_numpy"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mhdbs/hand_gesture_recognition_cv2_numpy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdbs%2Fhand_gesture_recognition_cv2_numpy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdbs%2Fhand_gesture_recognition_cv2_numpy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdbs%2Fhand_gesture_recognition_cv2_numpy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdbs%2Fhand_gesture_recognition_cv2_numpy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mhdbs","download_url":"https://codeload.github.com/mhdbs/hand_gesture_recognition_cv2_numpy/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mhdbs%2Fhand_gesture_recognition_cv2_numpy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31491095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T17:22:55.647Z","status":"ssl_error","status_checked_at":"2026-04-06T17:22:54.741Z","response_time":112,"last_error":"SSL_read: 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":["numpy","opencv","python"],"created_at":"2024-11-17T21:26:17.102Z","updated_at":"2026-04-06T21:31:07.015Z","avatar_url":"https://github.com/mhdbs.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"#gesturre-recognition-opencv\n\nInstalling OpenCV 3from source Python 3\n* `wget https://github.com/Itseez/opencv/archive/3.2.0.zip`\n* `unzip 3.2.0.zip`\n* `cd opencv-3.2.0`\n* `mkdir release \u0026\u0026 cd release`\n        cmake -DBUILD_TIFF=ON \\\n            -DBUILD_opencv_java=OFF \\\n            -DWITH_CUDA=OFF \\\n            -DENABLE_AVX=ON \\\n            -DWITH_OPENGL=ON \\\n            -DWITH_OPENCL=ON \\\n            -DWITH_IPP=OFF \\\n            -DWITH_TBB=ON \\\n            -DWITH_EIGEN=ON \\\n            -DWITH_V4L=ON \\\n            -DWITH_VTK=OFF \\\n            -DBUILD_TESTS=OFF \\\n            -DBUILD_PERF_TESTS=OFF \\\n            -DCMAKE_BUILD_TYPE=RELEASE \\\n            -DBUILD_opencv_python2=OFF \\\n            -DCMAKE_INSTALL_PREFIX=$(python3.6 -c \"import sys; print(sys.prefix)\") \\\n            -DPYTHON3_EXECUTABLE=$(which python3.6) \\\n            -DPYTHON3_INCLUDE_DIR=$(python3.6 -c \"from distutils.sysconfig import get_python_inc; print(get_python_inc())\") \\\n            -DPYTHON3_PACKAGES_PATH=$(python3.6 -c \"from distutils.sysconfig import get_python_lib; print(get_python_lib())\") ..\n\n* The output of above will be similar to this: [output](https://gist.github.com/vipul-sharma20/d57a779619f22b2254b66c89c957faf2)\n* `make -j4`\n* make install\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhdbs%2Fhand_gesture_recognition_cv2_numpy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmhdbs%2Fhand_gesture_recognition_cv2_numpy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmhdbs%2Fhand_gesture_recognition_cv2_numpy/lists"}