This document summarizes a research project that aims to develop a virtual mouse system using hand gesture recognition with a webcam. The system analyzes hand contours extracted from the webcam footage to identify fingers and gestures. It then maps different gestures to mouse functions like cursor movement, left/right clicks, and scrolling. The researchers believe this could provide a more natural interface than physical mice and benefit users who have difficulty using mice. It describes the design and implementation of the gesture recognition system, which involves steps like color detection, contour extraction, and identifying fingers from convexity defects.