File size: 399 Bytes
d596074 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | # 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
|