/PythonAITools

Virtual Controller implements hand gesture recognition to control mouse movements and adjust system volume. Using MediaPipe and PyCaw libraries, it tracks hand landmarks to simulate mouse cursor movements and recognize gestures for volume control. The project offers intuitive interaction for users through simple hand gestures.

Primary LanguagePython

Virtual Controller

Repository Views Languages Stars License

Description

This project implements virtual controllers for mouse and volume using hand gestures.

Features

  • Virtual mouse controller
  • Volume controller
  • Hand gesture recognition

Table of Contents

Installation

To run the program, follow these steps:

  1. Install the necessary dependencies:

    git clone https://github.com/Git-Utkarsh/PythonAITools.git
    cd PythonAITools
    python Virtual\ VolumeController/main.py or python Virtual\ MouseController/main.py
    pip install -r requirements.txt