This document discusses a system that uses a Kinect sensor to recognize theft gestures using machine learning. The system tracks a person's skeleton and compares their gestures to a dictionary of known theft and normal gestures. If a match for a theft gesture is found, an alarm and SMS notification are generated. The system was implemented using Processing and a logistic regression machine learning algorithm to classify poses as abnormal or normal based on joint angle features extracted from Kinect skeleton data. The system aims to automatically detect theft in environments like banks and stores to improve security.