mirror of
https://github.com/csukuangfj/kaldifeat.git
synced 2025-08-09 18:12:17 +00:00
24 lines
538 B
Markdown
24 lines
538 B
Markdown
# kaldifeat
|
|
|
|
Wrap kaldi's feature computations to Python with PyTorch support.
|
|
|
|
# Installation
|
|
|
|
`kaldifeat` can be installed by
|
|
|
|
```bash
|
|
pip install kaldifeat
|
|
```
|
|
|
|
# TODOs
|
|
|
|
- [ ] Add Python interface
|
|
- [ ] Support torch.device so that it can switch between CUDA and CPU
|
|
- [ ] Add unit tests
|
|
- [ ] Set up GitHub actions
|
|
- [ ] Benchmark its speed and compare it with Kaldi
|
|
- [ ] Support batch processing of multiple waves
|
|
- [ ] Handle non-default parameters
|
|
- [ ] Support MFCC and other features available in Kaldi
|
|
- [ ] Publish it to PyPI
|