Instructions to use hudaakram/speech-command-cnn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use hudaakram/speech-command-cnn with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://hudaakram/speech-command-cnn") - Notebooks
- Google Colab
- Kaggle
Upload labels.json with huggingface_hub
Browse files- labels.json +1 -0
labels.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
["yes", "no", "up", "down", "left", "right", "on", "off", "stop", "go", "unknown", "silence"]
|