mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-14 04:22:21 +00:00
18 lines
399 B
Markdown
18 lines
399 B
Markdown
# Introduction
|
|
|
|
This folder uses [kaldifst][kaldifst] for graph construction
|
|
and decoders from [kaldi-decoder][kaldi-decoder] for CTC decoding.
|
|
|
|
It supports only `CPU`.
|
|
|
|
You can use
|
|
|
|
```bash
|
|
pip install kaldifst kaldi-decoder
|
|
```
|
|
to install the dependencies.
|
|
|
|
[kaldi-decoder]: https://github.com/k2-fsa/kaldi-decoder
|
|
[kaldifst]: https://github.com/k2-fsa/kaldifst
|
|
[k2]: https://github.com/k2-fsa/k2
|