The document describes a traffic sign recognition system using HOG features and a k-NN classifier. The system first detects signs using RGB color thresholding and shape analysis. It then extracts HOG features from the segmented images. Finally, it classifies the signs using a k-NN classifier. The system was tested on a database of 200 traffic sign images under varying lighting conditions. It achieved a classification accuracy of 63%. The proposed approach provides robust traffic sign recognition while being invariant to scale, rotation, and illumination changes.