This document details a project focused on human activity recognition using smartphone sensors, specifically accelerometers and gyroscopes. The project aims to classify activities such as walking, sitting, and standing through machine learning techniques, achieving an accuracy of 90.3% using k-nearest neighbor and decision tree algorithms. It also discusses the importance of active learning to minimize data labeling efforts in the training process for such recognition systems.