I have added gesture identification. I used the cheap solution of calculating the angles between vectors formed by the existing landmarks. Given that each finger had four points(mcp, pip, dip, and tip), I measured the angle at the PIP joint between the mcp-pip vector and the pip-tip vector. Then I used a hodgepodge of if-statements to determine the gesture based on which fingers were curled.