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

  • Log In
  • Sign Up

espnet
/
aaf_openslr57

Automatic Speech Recognition
ESPnet
French
audio
Model card Files Files and versions
xet
Community

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

  • Libraries
  • ESPnet

    How to use espnet/aaf_openslr57 with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/aaf_openslr57"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
aaf_openslr57
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
mvijay's picture
mvijay
Update meta.yaml
ce21bce about 4 years ago
  • exp
    Add model files about 4 years ago
  • .gitattributes
    1.18 kB
    initial commit about 4 years ago
  • README.md
    1.67 kB
    Create README.md about 4 years ago
  • RESULTS.md
    1.19 kB
    Add model files about 4 years ago
  • meta.yaml
    301 Bytes
    Update meta.yaml about 4 years ago