/Gesture-Controller-for-VLC-media-player

Simulating play pause and volume features through gestures in VLC

Primary LanguagePythonMIT LicenseMIT

Gesture Controller for VLC Media Player

To run the app:

  • install the requirements
    pip install -r app/requirements.txt
  • set the env
    export PYTHONPATH=${PWD}/app:${PYTHONPATH}
  • to detect faces in a single image:
    python app/face_detector.py --filename path/to/file
  • to run the app
    python app/main.py