- Raspberry Pi 4 / 5 or Windows laptop/PC
- MIPI camera or USB webcam
- Operating system:
- Rasbian Bookworm
- Windows 10 and above
Before proceeding, verify that your Raspberry Pi has Python 3 installed by running:
python --version
Expected output:
Python 3.11.2 or Python 3.x.x
If Python is not installed, install it using:
sudo apt-get install python3
sudo apt-get install git
git clone /~https://github.com/Deepanys/Mediapipe_handgesture.git
cd Mediapipe_handgesture
python -m venv MediaPipe
source MediaPipe/bin/activate
pip install -r requirements.txt
cd Mediapipe_handgesture
source MediaPipe/bin/activate
python TrackFace_findGesture.py
Before proceeding, verify that Python 3 is installed by running:
python --version
Expected output:
Python 3.11.2 or Python 3.x.x
If Python is not installed, download and install it from "Windows Store" or Python Official Website. Ensure you check the option to add Python to PATH during installation.
Download and install Git from Git for Windows.
git clone https://github.com/Deepanys/Mediapipe_handgesture.git
cd Mediapipe_handgesture
python -m venv MediaPipe
MediaPipe\Scripts\activate
pip install -r requirements.txt
cd Mediapipe_handgesture
MediaPipe\Scripts\activate
python TrackFace_findGesture.py