Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luqueee/handvision
- Owner: Luqueee
- Created: 2024-03-21T11:43:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T14:49:22.000Z (8 months ago)
- Last Synced: 2024-03-23T15:30:05.684Z (8 months ago)
- Language: Python
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- 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
```