This document presents a technique for classifying music genres using support vector machines (SVM). Tempogram features are extracted from music clips to represent rhythmic characteristics. SVM classifiers are trained on these features from different genres to learn the optimal boundaries between genres. The system is tested on unlabeled music clips and achieves an accuracy of 95% at classifying songs into genres such as pop, classic, and rock. The technique demonstrates that SVM is effective for automatic music genre classification when used with tempogram features.