Instructions to use Prince53/deep-speech-detection with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TF-Keras
How to use Prince53/deep-speech-detection 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("Prince53/deep-speech-detection") - Keras
How to use Prince53/deep-speech-detection with Keras:
# Available backend options are: "jax", "torch", "tensorflow". import os os.environ["KERAS_BACKEND"] = "jax" import keras model = keras.saving.load_model("hf://Prince53/deep-speech-detection") - Notebooks
- Google Colab
- Kaggle
Upload label_encoder.pkl with huggingface_hub
Browse files- label_encoder.pkl +3 -0
label_encoder.pkl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b6716caad1d1c9b46081d227cf1b7b5857bf22a43c0ebda82994498bb9d6984e
|
| 3 |
+
size 534
|