A hand-gesture-controlled top-down car game. Collect as many coins as possible within 60 seconds.
- OpenCV
- MediaPipe
- Tensorflow
- Pygame
- Clone/Fork this repository
# if you want to clone this repository... git clone [email protected]:mohanamisra/gesture-controlled-driving-game.git cd gesture-controlled-driving-game # otherwise click the fork button on GitHub and clone your own fork
- Install requirements
pip install mediapipe python3 -m pip install 'tensorflow[and-cuda]' pip install pygame pip install opencv-python
- Run
app.py
located in the root of the folder - (Optional) Add your own gestures to the game by modifying variables in the
model_building
folder located at the root - (Optional) Star this repository if you like it 😊