{"id":18893216,"url":"https://github.com/rexionmars/sightvision","last_synced_at":"2026-01-28T13:34:45.631Z","repository":{"id":182905079,"uuid":"669269770","full_name":"rexionmars/SightVision","owner":"rexionmars","description":"This is a Computer vision package that makes its easy to run Image processing and AI functions. At the core it uses OpenCV and Mediapipe libraries","archived":false,"fork":false,"pushed_at":"2024-04-20T12:20:16.000Z","size":138,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-20T09:54:12.712Z","etag":null,"topics":["computer-vision","mediapipe","opencv","opencv-python","sightvision"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/sightvision/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rexionmars.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE.txt","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},"funding":{"github":["rexionmars"]}},"created_at":"2023-07-21T19:15:10.000Z","updated_at":"2024-04-20T12:20:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"eee7c2ba-07e7-4f91-9006-a47b79ca4280","html_url":"https://github.com/rexionmars/SightVision","commit_stats":{"total_commits":36,"total_committers":1,"mean_commits":36.0,"dds":0.0,"last_synced_commit":"e8022ae0bd0dc38f3dc19734048424eae97fceb4"},"previous_names":["rexionmars/sightvision"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/rexionmars/SightVision","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexionmars%2FSightVision","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexionmars%2FSightVision/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexionmars%2FSightVision/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexionmars%2FSightVision/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rexionmars","download_url":"https://codeload.github.com/rexionmars/SightVision/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rexionmars%2FSightVision/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846052,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"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":["computer-vision","mediapipe","opencv","opencv-python","sightvision"],"created_at":"2024-11-08T08:12:29.915Z","updated_at":"2026-01-28T13:34:45.614Z","avatar_url":"https://github.com/rexionmars.png","language":"Python","funding_links":["https://github.com/sponsors/rexionmars"],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=center\u003e\n  \u003ch1 align=center\u003eSightVision\u003c/h1\u003e\n  \u003cp align=center\u003eComputer vision package that makes its easy to run Image processing and AI functions. At the core it uses OpenCV and Mediapipe libraries.\u003c/p\u003e\n\u003c/div\u003e\n\u003cimg src=\".github/img/sightvision.jpg\" alt=\"Snake logo\"\u003e\n\nSightVision is a powerful Computer Vision library that provides various methods for face detection, hand detection, and other related functionalities. With SightVision, you can effortlessly integrate image analysis capabilities into your projects and applications.\n## Get Started\n1. [Install Guide](#install-guide)\n2. [Using the SightVision Library](#use)\n3. [Available Modules](#module)\n4. [Contributing](CONTRIBUTING.md)\n5. [License](LICENSE.md)\n\n## Installation of the SightVision library via pip\nThe SightVision library is a powerful image processing and computer vision tool that enables object detection and analysis, face detection, and other features in images and videos. To make use of all the capabilities of SightVision in your project, follow the steps below to install it via pip.\n\n## Requirements\nBefore starting the installation, please ensure that you meet the following requirements:\n- [x] Hardware: Depending on the specific tasks and models you plan to use with SightVision, you might need sufficient computational resources, such as CPU and GPU capabilities.\n\n## Step 1: Set up a Virtual Environment (optional)\n\nWhile not strictly necessary, it is a good practice to create a virtual environment before installing new libraries on your system. This will help prevent dependency conflicts with other projects.\n\n## Step 2: Installation via pip\nNow that you have Python set up, let's install the SightVision library via pip. Open a terminal or command prompt and execute the following command:\n```sh\npip install sightvision\n```\nPip will start downloading the necessary files and installing the library. Please wait until the installation is successfully completed.\n\n## Step 3: Verify the Installation\n\nTo ensure that the installation was successful, you can check if the SightVision library is accessible in your Python environment. Simply open a Python interpreter or a Jupyter Notebook and type the following:\n```python\nimport sightvision\n\n# If there are no import errors, the library is installed successfully.\nprint(\"SightVision library is accessible.\")\n```\nRunning the above code will import the SightVision library, and if there are no import errors, it confirms that the installation was successful. You are now ready to utilize the SightVision library in your Python projects and take advantage of its image processing and computer vision functionalities. Happy coding!\n\n\u003ch2\u003e\u003ca id=\"use\"\u003eStep 4: Using the SightVision Library\u003c/a\u003e\u003c/h2\u003e\n\n\nNow that the library is installed, you can start exploring its functionalities in your image processing and computer vision projects. Make sure to read the official SightVision documentation for detailed information on how to use each feature it offers.\n\u003cbr\u003e**Checkout more examples**: [Complete documentarion](https://github.com/rexionmars/SightVision/wiki)\n#### Face Detection module\n```python\nimport cv2\n\nfrom sightvision.module.face_detection import FaceDetector\n\ncap = cv2.VideoCapture(0)\ndetector = FaceDetector()\n\nwhile True:\n    success, frame = cap.read()\n    frame, bboxs = detector.find_faces(frame, view_mode=1, external_info=True, debug=False)\n\n    if cv2.waitKey(1) \u0026 0xFF == ord('q'):\n        print(\"Exiting...\")\n        break\n\n    cv2.imshow(\"Face detector\", frame)\n    cv2.waitKey(1)\n```\n\n\n#### Hand Tracking Module\n```python\nimport cv2\nfrom sightvision.module.hand_tracking import HandDetector\n\n\ncap = cv2.VideoCapture(0)\ndetector = HandDetector(detection_confidence=0.8, max_hands=2)\n\nwhile True:\n    success, img = cap.read()\n    hands, img = detector.find_hands(img)\n\n    if hands:\n        # Hand 1\n        hand1 = hands[0]\n        lmList1 = hand1[\"lmList\"]\n        bbox1 = hand1[\"bbox\"]\n        centerPoint1 = hand1['center']\n        handType1 = hand1[\"type\"]\n\n        fingers1 = detector.fingersUp(hand1)\n\n        if len(hands) == 2:\n            # Hand 2\n            hand2 = hands[1]\n            lmList2 = hand2[\"lmList\"]\n            bbox2 = hand2[\"bbox\"]\n            centerPoint2 = hand2['center']\n            handType2 = hand2[\"type\"]\n\n            fingers2 = detector.fingersUp(hand2)\n\n            # Find distance\n            length, info, img = detector.find_distance(lmList1[8][0:2], lmList2[8][0:2], img)\n\n    cv2.imshow(\"Image\", img)\n    cv2.waitKey(1)\n```\n\n\u003ch2\u003e\u003ca id=\"module\"\u003eAvailable Modules\u003c/a\u003e\u003c/h2\u003e\n\n- [x] Real-time Face Detection\n- [x] Hand Tracking\n- [x] Pose Estimation\n- [x] Face Mesh\n\n\u003ch2\u003e\u003ca id=\"module\"\u003eAvailable Utils Functions\u003c/a\u003e\u003c/h2\u003e\n\n- [X] Rounded Rectangle\n- [x] Overlay PNG\n- [x] Stack Images\n\n## Sponsor the project\n\nIf you find this project useful and would like to support its ongoing development, consider becoming a sponsor. You can make a one-time or recurring donation and help keep this project alive.\n\n[![Sponsor this project](https://img.shields.io/badge/GitHub%20Sponsors-Sponsor%20this%20project-red.svg)](https://github.com/sponsors/rexionmars)\n\nContact: [opensource.leonardi@gmail.com](mailto:opensource.leonardi@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexionmars%2Fsightvision","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frexionmars%2Fsightvision","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frexionmars%2Fsightvision/lists"}