Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 946 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 946 Bytes

NoClickTubeController

A web app that allows users to interact with a video player to embed YouTube videos.

Users will be able to control the player using gestures and monitor attention on the video using facial features to pause or resume video playback depending on the user's attention.

Gesture recognition and facial feature tracking leverage MediaPipe models.

Run the Web App

Install required dependecies:

pip install -r requirements.txt

Run the app

flask run

Enabling technologies