Python Thai ASR
Project description
PyThaiASR
Python Thai Automatic Speech Recognition
PyThaiASR is a Python package for Automatic Speech Recognition with focus on Thai language. It have offline thai automatic speech recognition model from Artificial Intelligence Research Institute of Thailand (AIResearch.in.th).
License: Apache-2.0 License
Google Colab: Link Google colab
Model homepage: https://huggingface.co/airesearch/wav2vec2-large-xlsr-53-th
Install
pip install -e .
Usage
from pythaiasr import asr
file = "a.wav"
print(asr(file))
API
asr(file: str, show_pad: bool = False)
- file: path of sound file
- show_pad: show [PAD] in output
- return: thai text from ASR
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pythaiasr-0.2.tar.gz
(2.6 kB
view hashes)