Audio Classification
speechbrain
PyTorch
English
embeddings
Commands
Keywords
Keyword Spotting
xvectors
TDNN
Command Recognition
Instructions to use speechbrain/google_speech_command_xvector with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use speechbrain/google_speech_command_xvector with speechbrain:
from speechbrain.pretrained import EncoderClassifier model = EncoderClassifier.from_hparams( "speechbrain/google_speech_command_xvector" ) model.classify_file("file.wav") - Notebooks
- Google Colab
- Kaggle