This document summarizes work on static and dynamic hand gesture recognition using a webcam. For static gesture recognition, a random forest classifier was used to recognize four hand poses from images. For dynamic gesture recognition, the goal was to track hand movements to control a mouse cursor. Key challenges addressed were skin detection using color spaces, fingertip detection using hand contour curvatures, and calculating hand center position for cursor control. The work provided skills in computer vision techniques like feature extraction and classification algorithms.