Instructions to use NoteDance/Whisper-Keras with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Keras
How to use NoteDance/Whisper-Keras with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://NoteDance/Whisper-Keras") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
+
library_name: keras
|
| 4 |
+
pipeline_tag: automatic-speech-recognition
|
| 5 |
+
tags:
|
| 6 |
+
- whisper
|
| 7 |
+
- audio
|
| 8 |
+
- hf-asr-leaderboard
|
| 9 |
---
|
| 10 |
+
The tutorial can be found https://github.com/NoteDance/models.
|