This document describes a framework for classifying human activities like standing, walking, and running using data from an accelerometer sensor on a smartphone. It discusses collecting raw sensor data, preprocessing the data through smoothing and feature extraction, training classifiers on extracted features, and classifying new data in real-time. Random forest classification achieved 83.49% accuracy on this activity recognition task using accelerometer data from an Android application.