Instructions to use SpeechFlow/spoken_language_identification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use SpeechFlow/spoken_language_identification with TF-Keras:
# Note: 'keras<3.x' or 'tf_keras' must be installed (legacy) # See https://github.com/keras-team/tf-keras for more details. from huggingface_hub import from_pretrained_keras model = from_pretrained_keras("SpeechFlow/spoken_language_identification") - Keras
How to use SpeechFlow/spoken_language_identification with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://SpeechFlow/spoken_language_identification") - Notebooks
- Google Colab
- Kaggle
Commit ·
20ba679
1
Parent(s): d4358a7
Update README.md
Browse files
README.md
CHANGED
|
@@ -20,7 +20,6 @@ tags:
|
|
| 20 |
- keras
|
| 21 |
- tensorflow
|
| 22 |
- image-classification
|
| 23 |
-
library_name: transformers
|
| 24 |
libraries: TensorBoard
|
| 25 |
widget:
|
| 26 |
- example_title: English Sample
|
|
|
|
| 20 |
- keras
|
| 21 |
- tensorflow
|
| 22 |
- image-classification
|
|
|
|
| 23 |
libraries: TensorBoard
|
| 24 |
widget:
|
| 25 |
- example_title: English Sample
|