Hand Gesture Image Drag and Drop

Abstract
The project ‘Virtual Drag’ (Artificial Intelligence) is a OpenCV based system. This will allow the user to virtually click and drag the pictures and items on the screen to other parts of the screen without use of mouse. The system will detect the hand landmarks on the palm, using those pin points and distance between the fingertips the system will be able to perform the operation. Virtual Drag utilizes the prominent gestures of your hand to drag and drop the images from one   place to another. User needs to snap the fingers together to pick the image and then drag to any part of the screen and then drop by moving the fingers away. The system is based on the Mediapipe library provided by Google and the Python language.