mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-10 10:32:16 +00:00
12 lines
163 B
Markdown
12 lines
163 B
Markdown
# kaldifeat
|
|
|
|
Wrap kaldi's feature computations to Python with PyTorch support.
|
|
|
|
# Installation
|
|
|
|
`kaldifeat` can be installed by
|
|
|
|
```bash
|
|
pip install kaldifeat
|
|
```
|