https://github.com/undertheseanlp/automatic_speech_recognition
Vietnamese Automatic Speech Recognition
https://github.com/undertheseanlp/automatic_speech_recognition
automatic-speech-recognition nlp vietnamese vietnamese-nlp
Last synced: 11 days ago
JSON representation
Vietnamese Automatic Speech Recognition
- Host: GitHub
- URL: https://github.com/undertheseanlp/automatic_speech_recognition
- Owner: undertheseanlp
- License: gpl-3.0
- Created: 2017-12-28T08:19:49.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T03:58:25.000Z (over 6 years ago)
- Last Synced: 2025-04-04T12:12:33.716Z (about 1 month ago)
- Topics: automatic-speech-recognition, nlp, vietnamese, vietnamese-nlp
- Language: Python
- Homepage:
- Size: 131 MB
- Stars: 68
- Watchers: 8
- Forks: 37
- Open Issues: 20
-
Metadata Files:
- Readme: README.en.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Vietnamese Automatic Speech Recognition
## Mục lục
## Huấn luyện mô hình
## Môi trường thử nghiệm
* Ubuntu 16.04
## Cài đặt
**Cài đặt Kaldi** theo hướng dẫn tại [http://kaldi-asr.org/doc/tutorial_setup.html](http://kaldi-asr.org/doc/tutorial_setup.html)
```
$ git clone https://github.com/kaldi-asr/kaldi.git kaldi-trunk --origin golden$ cd kaldi-trunk/tools/; make;
$ extras/install_openblas.sh
$ cd ../src; ./configure --openblas-root=../tools/OpenBLAS/install; make
```**Cài đặt language modeling toolkit srilm**
Cài đặt dependencies
```
$ apt-get install gawk
```Cài đặt srilm
```
$ cd kaldi-trunk/tools
$ wget -O srilm.tgz https://raw.githubusercontent.com/denizyuret/nlpcourse/master/download/srilm-1.7.0.tgz
$ ./install_srilm.sh
...
Installation of SRILM finished successfully
Please source the tools/env.sh in your path.sh to enable it
```# Mô tả dữ liệu
[Xem chi tiết](data_format.md)