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
Titouan Parcollet commited on
Commit ·
d1ea3cf
1
Parent(s): 866c6d2
Create config.json
Browse files- config.json +3 -0
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"speechbrain_interface": "EncoderClassifier"
|
| 3 |
+
}
|