Skip to content

Pranav904/Air-Gesture-AMD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Gesture Control

Overview

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.

Project Structure

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.

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/air-gesture-control.git
  2. Create a virtual environment: (recommended)
    python -m venv venv
    venv\Scripts\activate  # Activate on Windows
  3. Install dependencies:
    pip install -r requirements.txt

Usage

  1. Navigate to the project directory in your terminal.
  2. Run the main script (replace filename.py with the actual name of your main script file):
    python filename.py

Contributing

We welcome contributions to improve the project. Feel free to fork the repository, make changes, and submit a pull request.

License

MIT License

// ### Contributors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages