A Gesture Controlled Home Automation using Opencv in Python that interfaces with an Arduino via a COM port to control LEDs based on hand gestures.
- Clone the project
git clone https://github.com/Namith-kp/Flick-Control.git- Go to the project directory
cd Flick-Control- Install dependencies
pip install opencv-python
pip install tensorflow-
Upload the
arduino/arduino.inoto the Arduino Board, connect it to the PC to run the project -
Connect LEDs to Arduino board as declared in
arduino/arduino.ino -
Start the server
python3 app.py- Seamless Single Hand Gestures Detection (can modify to 2 hands)
- Live gestures previews
- Manual Control of LEDs via Buttons
- Can switch to Muiltiple connected cameras


