About | How To Use | Features | Technologies | Requirements | Starting | Made By | Author
I have made a Hill Climb Racing Game Controller. The game runs as we move our hand in front of the Primary Camera. It uses Machine Learning to infer 21 3-Dimensional Landmarks of our hand using Mediapipe's State-of-the-art techniques.
Playing.The.Game.mp4
✔️ Uses Open Computer Vision (OpenCV)
✔️ Tracks hands and Finger Tips Efficiently
✔️ Moves the vehicle according to hand gestures.
✔️ Can operate Hill Climb Racing game without touching the laptop.
The following tools were used in this project:
Before starting, you need to have Git & basic Deep Learning libraries installed. You should also install Hill Climb Racing by going to This Link
# Clone this project
$ git clone https://github.com/UtkarshPrajapati/Game-Controller-Using-Hand-Gestures.git
# Access
$ cd Game-Controller-Using-Hand-Gestures
# Install dependencies
$ pip install -r requirements.txt
# Run the project
$ jupyter nbconvert --to notebook --execute "Game Controller.ipynb"
Made with ❤️ by Utkarsh Prajapati