You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is an attempt to make a virtual mouse from webcam with AI hand tracking, following many examples and tutorial on web. Can be run through python virtual environment
This project is based on A.I. hands tracking with opencv, to control mouse
Install the python packages of Pipfile on virtual enviroment:
$ pipenv install
Start Virtual Enviroment:
$ pipenv shell
Run this project:
$ pipenv run main2.py
Example Image:
Note
You may have to change index of your webcam at main2.py
About
This is an attempt to make a virtual mouse from webcam with AI hand tracking, following many examples and tutorial on web. Can be run through python virtual environment