In this project, I have tried to create an AI based Mouse Controller. We will first detect the hand landmarks and then track and click based on these points. We will also apply smoothing techniques to make it more usable.
Please install all the required dependencies
Opencv-python
Mediapipe
Autopy
Numpy
To setup the system for development on your local machine
1.Clone the repository to your machine
2.Run the AIVirtualMouseProject.py python file.