xinliu9451/AudioClassification
The repository provides a quick demo for training, testing, and inferencing audio classification. It uses two basic models, Random Forest and Gradient Boosting Trees, and takes audio-based gender classification as an example. The code is simple and clear.
PythonApache-2.0