1 Repo
Libraries providing a structured pipeline for training and evaluating models to categorize audio signals.
Distinct from Audio Machine Learning Frameworks: Focuses on the classification pipeline for audio analysis rather than generative audio or synthesis models
Explore 1 awesome GitHub repository matching artificial intelligence & ml · Classification Frameworks. Refine with filters or upvote what's useful.
pyAudioAnalysis is a Python library and framework for audio signal processing and analysis. It provides tools for extracting mathematical representations of sound, such as spectrograms, and implements a system for training and evaluating machine learning models to classify audio segments based on acoustic patterns. The project includes dedicated utilities for audio segmentation, which allow for the removal of silence and the detection of specific audio events to divide recordings into meaningful sections. It also provides data visualization capabilities that use dimensionality reduction to ma
Ships a framework for training and evaluating machine learning models to categorize sound recordings based on acoustic patterns.