AI powered virtual mouse that uses computer vision and machine learning to track hand gestures and simulate cursor movement.
Set-up:
-
Install Python 3.10.11
-
Clone the repository
git clone <url>
cd Virtual-Mouse
- Create a virtual environment
py -3.10 -m venv venv
4. Activate the environment
source venv/Scripts/activate
5. Install dependencies
pip install -r requirements.txt