Streamlit App

Streamlit hand tracking demo

This codebase include a streamlit app with a HandTraking service.

python3.8 -m venv venv
source venv/bin/activate
# or on fish shell
source venv/bin/activate.fish

pip install -r requirements.txt

python -m streamlit run app.py

# run demo opencv
python opencv_test.py

References