Engagement estimation with MediaPipe and served on Flask. MediaPipe documentation in https://google.github.io/mediapipe/
- Run
python main.py
to start the service onlocalhost:5050
- Click
Start
button to start the engagement estimation. The first click will create a csv file to record the engagement level. - Click
Stop
button to pause the engagement estimation. - Click
Start
button again to continue the estimation. It will continue the record on the same file created on step 3.