Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 990 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 990 Bytes

Streamlit HandPoseEstimation App

streamlitとmediapipeを用いたHand Pose EstimationのWebアプリケーションです。

Deploy

下記URLにてデプロイしています。無料枠のため動作が少々重たいかもしれません

Setup

ローカル環境で動かす場合以下のライブラリが入っていれば動くと思います。

  • streamlit
  • mediapipe=0.10.9
  • opencv
  • av
pip install -r requirements.txt

Usage

streamlit run src/app.py

reference