Gesture controller video player
Table of Contents
Hi there! This is a Gesture controller video player. You can start, stop, pause and so on only with your hands. This is a final project for Artificial Vision course at Collegue.
python -m virtualenv env
env\Scripts\activate.bat
pip3 install Flask
pip3 install mediapipe
pip3 freeze
set FLASK_ENV=development
set FLASK_DEBUG=1
python -m flask run
Select the video you wanna play and get you thumbs up to start. Gestures avaliables:
- start
- stop
- pause
- debug
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Diana Hernández
Óscar Blánquez
Matthew Conde