AI-virtual mouse: a software marvel utilizing web cameras for mouse input, bypassing physical peripherals. Powered by Python libraries like OpenCV and PyAutoGUI, it offers seamless control through hand detection, numerical processing, and mouse emulation. With its advanced capabilities, it transforms user interaction, promising a future of intuitive computing.
install
Python: (3.6 - 3.8.5)
Anaconda Distribution: To download click here.
Download and Extract the Project Folder Name AI-Virtual-Mouse.
And then Open the AI-Virtual-Mouse Folder in VsCode
Step 1:
conda create --name gest python=3.8.5
Step 2:
conda activate gest
Step 3:
pip install -r requirements.txt
Step 4: cd src
python Virtual_Mouse.py
note : 1.Open Anaconda Navigator. 2.Launch Visual Studio Code (VSCode) from the Anaconda Navigator interface. 3.Prior to executing any code, ensure you are in the correct directory example (C:\Users\dubey\AI-Virtual-mouse\src> python virtual_mouse.py) by verifying your current directory location.