Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Prince53
/
deep-speech-detection

Audio Classification
TF-Keras
Keras
deep-speech-detection
tensorflow
Model card Files Files and versions
xet
Community

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
deep-speech-detection / saved_model
1.4 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
Prince53's picture
Prince53
Upload folder using huggingface_hub
1c9a4b5 verified about 1 year ago
  • variables
    Upload folder using huggingface_hub about 1 year ago
  • keras_metadata.pb
    17.2 kB
    xet
    Upload folder using huggingface_hub about 1 year ago
  • saved_model.pb
    186 kB
    xet
    Upload folder using huggingface_hub about 1 year ago