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

  • Log In
  • Sign Up

espnet
/
kosp2e-asr-ko

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

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

  • Libraries
  • ESPnet

    How to use espnet/kosp2e-asr-ko with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "espnet/kosp2e-asr-ko"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
kosp2e-asr-ko
447 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
zheedong's picture
zheedong
README update
359d778 6 months ago
  • exp
    init 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    1.37 kB
    README update 6 months ago