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
- streamlit
- streamlit_webrtc: to use webcam from browser on stramlit
- Hand Tracking
- Mediapipe