Skip to content

Er-Simon/NoClickTubeController

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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