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
Commit ·
f1c27a8
1
Parent(s): 0e93d6f
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,7 +14,7 @@ tags:
|
|
| 14 |
- audio-classification
|
| 15 |
license: "apache-2.0"
|
| 16 |
datasets:
|
| 17 |
-
-
|
| 18 |
metrics:
|
| 19 |
- Accuracy
|
| 20 |
widget:
|
|
|
|
| 14 |
- audio-classification
|
| 15 |
license: "apache-2.0"
|
| 16 |
datasets:
|
| 17 |
+
- GoogleSpeechCommands
|
| 18 |
metrics:
|
| 19 |
- Accuracy
|
| 20 |
widget:
|