Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 734 Bytes

File metadata and controls

14 lines (9 loc) · 734 Bytes

Engagement Estimation with Mediapipe in Python

Engagement estimation with MediaPipe and served on Flask. MediaPipe documentation in https://google.github.io/mediapipe/

Setting up environment (on Conda Mac) and run the engagement estimation app

  1. Run python main.py to start the service on localhost:5050
  2. Click Start button to start the engagement estimation. The first click will create a csv file to record the engagement level.
  3. Click Stop button to pause the engagement estimation.
  4. Click Start button again to continue the estimation. It will continue the record on the same file created on step 3.
EE-Mediapipe-Python-reduced.mp4