mediapipeEasy Playground

Google's cross-platform ML solutions for face, hands, pose detection

Getting started with mediapipeRun locally
Install
pip install mediapipe
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: mediapipe)

mediapipe is a third-party package. Google's cross-platform ML solutions for face, hands, pose detection. Install with: pip install mediapipe

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?