The goal of this project is to build a complete binary classifier that distinguishes between two music genres based on audio features.
The Support Vector Machine (SVM) algorithm was implemented from scratch in C++ to handle the classification task.
The project covers the full machine learning pipeline, including feature extraction, model training, prediction, and user interaction through a graphical interface.