An open API service indexing awesome lists of open source software.

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.

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
```