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 History
Update README.md f4c943b
Update README.md 20ba679
Add pb model d4358a7
ZhongYing commited on
Update README.md 8899852
Delete vocab 20c5a8c
Delete saved_models 5dde38c
Delete configs fde7c96
Delete saved_weights 57f9d3e
Delete .gitignore f04906d
Update README.md 1c71781
Update README.md beee5a1
Update README.md 6940bfc
Update README.md 0813117
Update README.md e3d7845
Update README.md 1f7b2a0
Update README.md d371c8a
Update README.md f922704
Update README.md 42193d6
Delete predict_by_weights.py 7186965
Delete predict_by_pb.py b7311e8
Delete train.py 31d83c2
Delete dataset.py 7c20e22
Delete librosa_mel_filter.csv 9e3ff09
Delete optimizers 287fcfe
Delete util 131f314
Delete test_audios 51db52e
Delete featurizers 8199b54
Delete models db89f2c
Delete readme_imgs 1c9c198
Update README.md 1adfdea
Update README.md 1e867f4
Update README.md 5dd570f
Update README.md 2f523bc
Update README.md f5d0014
Update README.md db2d862
Update README.md 2ddc644
Update README.md 674d114
Update README.md c9a4ebd
Update README.md 0a667b0
Update README.md a72b78f
Update README.md b20912b
Update README.md 102bf51
add test audios 33ad6f7
ZhongYing commited on
add readme images 02f72c2
ZhongYing commited on
add model weights and pb 77fd8b9
ZhongYing commited on
first commit 503ec99
ZhongYing commited on