An open API service indexing awesome lists of open source software.

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

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)