Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luqueee/handvision

manage your computer with vision detection
https://github.com/luqueee/handvision

Last synced: 10 days ago
JSON representation

manage your computer with vision detection

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