Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BrendaTellez
/
sounds

Audio Classification
Keras
English
code
medical
Model card Files Files and versions
xet
Community

Instructions to use BrendaTellez/sounds with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Keras

    How to use BrendaTellez/sounds with Keras:

    # Available backend options are: "jax", "torch", "tensorflow".
    import os
    os.environ["KERAS_BACKEND"] = "jax"
    
    import keras
    
    model = keras.saving.load_model("hf://BrendaTellez/sounds")
    
  • Notebooks
  • Google Colab
  • Kaggle
sounds
1.47 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BrendaTellez's picture
BrendaTellez
Create README.md
a4072be about 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • CNN_Architecture.ipynb
    125 kB
    Upload 5 files about 3 years ago
  • CNN_support.py
    4.68 kB
    Upload 5 files about 3 years ago
  • Data_preparation.ipynb
    22.4 kB
    Upload 5 files about 3 years ago
  • README.md
    145 Bytes
    Create README.md about 3 years ago
  • RNN_Architecture.ipynb
    1.32 MB
    Upload 5 files about 3 years ago
  • evaluation.py
    3.57 kB
    Upload 5 files about 3 years ago
  • requirements.txt
    19 Bytes
    init! about 3 years ago