This document describes an AI-based virtual mouse system that is operated using hand gestures detected by a webcam, without needing to physically touch a mouse or other device. The system uses computer vision and mediapipe to detect hand landmarks and track finger positions in real-time video input. By analyzing which fingers are raised, it can determine mouse movement or click functions. The goal is to create a touchless input that could be useful during the pandemic by reducing virus transmission through shared surfaces. The virtual mouse is implemented using OpenCV and other Python libraries to process video, smooth output, and perform mouse functions based on hand and finger tracking.