Gesture and Voice-Control Based Virtual Mouse Project

246,19 kr 147,72 kr SEK

Are you visiting from India?

For the best experience and local offerings, please visit our India-specific store:

👉 https://vtupulse.com

The following contents are Downloadable immediately after the successful payment

  • Source Code

  • Project Report

  • PowerPoint Presentation (PPT)

  • Instructions to install the necessary Software and Libraries

  • Step-by-step instructions to execute the project

Project Description

The project's main goal is to create a hands-free virtual Mouse system.
This project eliminates the need for a physical mouse while allowing users to interact with the computer system via webcam and speech using various image and audio processing techniques.

Motivation of Virtual Mouse

We can say that the Virtual Mouse will be replacing the physical mouse soon because we people are targeting towards a lifestyle where everything can be controlled remotely without the involvement of any physical device such as the mouse, keyboards, etc.

Not only is using a virtual mouse convenient, but it is also cost-effective.

Features of Gesture Control

  • Move Cursor
  • Left Click
  • Right Click
  • Double Click
  • Scrolling
  • Drag and Drop
  • Multiple Item Selection
  • Volume Control
  • Brightness Control

Features of Voice Controller

  • Launch/stop gesture recognition
  • Google search
  • Find a location on Google map
  • File navigation
  • Current date and time
  • Copy and paste
  • Sleep/Wakeup App
  • Exit

Installation, Setup, and Execution

Step 1: Create a virtual environment using the following command
conda create -n gest python=3.8.5
 
Step 2: Activate the virtual environment using the following command
conda activate gest
 
Step 3: Install the required libraries  using the following command
pip install -r requirements.txt
 
Step 4: Instal PyAudio and pywin32 libraries using the following commands
conda install PyAudio
conda install pywin32
 
Step 5: Use the following command to run the Gesture Controller
python Gesture_Controller.py
 
Step 6: Use the following command to run the Voice based control
python Jerry.py
 

Follow the video for the Gesture and Voice-Control Based Virtual Mouse Project demonstration

https://youtu.be/6OrA81OBYpc

 
 

Still need help to set up and execute the project

  • Setup and modification are paid services based on requirements.