This document discusses real-time pedestrian detection using Apache Storm in a distributed environment. It proposes a methodology that distributes video frames across multiple nodes ("bolts") for parallel processing. Each bolt detects pedestrians in a different region of the frame. Only detection results, not full frames, are transmitted to reduce overhead. The methodology is implemented using Apache Storm and evaluated on a test system with improved processing speed. Pedestrian detection has applications in safety and analytics.