Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 677 Bytes

README.md

File metadata and controls

34 lines (28 loc) · 677 Bytes

Hand Gesture Recognition

Hand gesture control of visual information system

drawing

Setting up virtual environment

Installing Virtual Environment

python3 -m pip install --user virtualenv

Creating New Virtual Environment

python3 -m virtualenv venv

Activating Virtual Environment

source venv/bin/activate

Upgrade PIP

python3 -m pip install --upgrade pip

Installing Packages

python3 -m pip install -r requirements.txt

How to run

python3 app.py