This project aims to develop a system that enables users to control their computer's functions, including volume, brightness, and mouse movement, using hand gestures. It utilizes computer vision techniques to track hand movements and map them to corresponding system actions.
The project consists of three main versions, each building upon the previous one:
- Version 1: Focuses on basic volume and brightness control.
- Version 2: Introduces mouse control functionalities.
- Version 3: Combines and optimizes features from Versions 1 and 2.
- Clone the repository:
git clone https://github.com/your-username/air-gesture-control.git
- Create a virtual environment: (recommended)
python -m venv venv venv\Scripts\activate # Activate on Windows
- Install dependencies:
pip install -r requirements.txt
- Navigate to the project directory in your terminal.
- Run the main script (replace
filename.py
with the actual name of your main script file):python filename.py
We welcome contributions to improve the project. Feel free to fork the repository, make changes, and submit a pull request.
MIT License
// ### Contributors