Skip to content

cksajil/hand_gesture_recognition

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hand Gesture Recognition

Hand gesture control of visual information system

Setting up virtual environment

Installing Virtual Environment

python -m pip install --user virtualenv

Creating New Virtual Environment

python -m venv venv

Activating Virtual Environment

source venv/bin/activate

Upgrade PIP

python -m pip install --upgrade pip

Installing Packages

python -m pip install -r requirements.txt

How to run

 streamlit run app_led.py

About

Hand gesture control of visual information system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages