t13m/kaldi-readers-for-tensorflow
readers that enable reading kaldi ark in tensorflow
This project helps speech recognition researchers and engineers who use Kaldi for audio feature extraction and TensorFlow for model training. It allows you to directly import Kaldi's specialized data files (ARK files containing acoustic features or alignments) into your TensorFlow workflows. You provide the Kaldi ARK file, and it outputs the data as TensorFlow tensors ready for your deep learning models.
No commits in the last 6 months.
Use this if you need to integrate Kaldi-processed speech features or alignments directly into your TensorFlow models without manual conversion.
Not ideal if you are not working with Kaldi data formats or do not use TensorFlow for your machine learning pipeline.
Stars
17
Forks
7
Language
C++
License
—
Category
Last pushed
Mar 07, 2018
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/voice-ai/t13m/kaldi-readers-for-tensorflow"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
daanzu/kaldi-active-grammar
Python Kaldi speech recognition with grammars that can be set active/inactive dynamically at decode-time
gooofy/py-kaldi-asr
Some simple wrappers around kaldi-asr intended to make using kaldi's (online) decoders as...
nttcslab-sp/kaldiio
A pure python module for reading and writing kaldi ark files
pykaldi/pykaldi
A Python wrapper for Kaldi
kaldi-asr/kaldi
kaldi-asr/kaldi is the official location of the Kaldi project.