/IoT-Hand-Gestures-controlled

It is an IoT project in which you can control (turn on/off) the various electrical appliances in home/workplace with Hand Gestures.

Primary LanguagePythonMIT LicenseMIT

IoT-Hand-Gestures-controlled

It is an IoT project in which you can control (turn on/off) the various electrical appliances in home/workplace with Hand Gestures.

On Windows System -

  1. First Install python 3.7.9
  2. On the cmd line, install the following libraries using pip -
pip install cvzone==1.5.6
pip install mediapipe==0.9.0.1
pip install numpy==1.21.6
pip install opencv-contrib-python==4.7.0.68
pip install tensorflow==2.11.0
pip install keras==2.11.0
pip install matplotlib==3.5.3
pip pyserial

On Linux System -

  1. First install python 3.7.16
  2. On the terminal, install the following libraries using pip -
pip install cvzone==1.5.6
pip install mediapipe==0.8.9.1
pip install numpy==1.23.4
pip install opencv-contrib-python==4.6.0.66 
pip install tensorflow==2.9.1 
pip install keras==2.9.0 
pip install matplotlib==3.6.1