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

  • Log In
  • Sign Up

SLSCU
/
thai-dialect_thai-central_model

Automatic Speech Recognition
ESPnet
Thai
Model card Files Files and versions
xet
Community

Instructions to use SLSCU/thai-dialect_thai-central_model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • ESPnet

    How to use SLSCU/thai-dialect_thai-central_model with ESPnet:

    from espnet2.bin.asr_inference import Speech2Text
    
    model = Speech2Text.from_pretrained(
      "SLSCU/thai-dialect_thai-central_model"
    )
    
    speech, rate = soundfile.read("speech.wav")
    text, *_ = model(speech)[0]
  • Notebooks
  • Google Colab
  • Kaggle
thai-dialect_thai-central_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 9 commits
artitsu's picture
artitsu
Update README.md
ecc4365 over 2 years ago
  • thai-central
    Upload 2 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    2.07 kB
    Update README.md over 2 years ago