Skip to content

“Virtual Mouse: A computer vision project that allows users to control their cursor using hand gestures. This project utilizes advanced image processing techniques to accurately track hand movements and translate them into cursor movements on the screen. Ideal for touch-free computing experiences.”

License

Notifications You must be signed in to change notification settings

MohitPimoli/Virtual-Mouse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Steps To Follow:

  • Pre-requisites

    Python: ( >=3.8.5 )

    Anaconda Download

Steps:

  1. Clone git repo to local system.
    git clone https://github.com/MohitPimoli/Virtual-Mouse.git
  2. Open Anaconda Shell.
  3. Create Virtual environment with python version 3.8.5.
        conda create --name mouse python=3.8.5
  4. Activate venv.
          conda activate mouse
  5. Download PyAudio and PyWin32.
          conda install PyAudio
          conda install pywin32
  6. Go to Project Folder.
          cd Virtual-Mouse\src
  7. Install requirements.
        pip install -r requirements.txt
  8. Run Nova the Virtual Assistant.
        python Nova.py

About

“Virtual Mouse: A computer vision project that allows users to control their cursor using hand gestures. This project utilizes advanced image processing techniques to accurately track hand movements and translate them into cursor movements on the screen. Ideal for touch-free computing experiences.”

Topics

Resources

License

Stars

Watchers

Forks