https://github.com/luqueee/handvision
manage your computer with vision detection. Made in Python.
https://github.com/luqueee/handvision
detection mediapipe opencv python vision
Last synced: about 2 months ago
JSON representation
manage your computer with vision detection. Made in Python.
- Host: GitHub
- URL: https://github.com/luqueee/handvision
- Owner: Luqueee
- Created: 2024-03-21T11:43:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-23T14:49:22.000Z (over 2 years ago)
- Last Synced: 2025-04-09T20:49:39.805Z (about 1 year ago)
- Topics: detection, mediapipe, opencv, python, vision
- Language: Python
- Homepage:
- Size: 16.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HandVision
manage your computer with vision detection
> [!TIP]
> **Recommended use of a virtual environment**:
```
pip install virtualenv
```
```
python -m virtualenv venv
```
**or**
```
python -m venv venv
```
**Windows:**
```
.\venv\Scripts\activate
```
**Mac or Linux:**
```
source ./venv/Scripts/activate
```
```
pip install -r requeriments.txt
```
```
python main.py
```