调用kaldi的模型进行解码

Posted JarvanWang

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了调用kaldi的模型进行解码相关的知识,希望对你有一定的参考价值。

At the moment Kaldi is targeted more at people who are building ASR systems

than those who just want to use them. We may in future cater to needs such

as yours.

目前Kaldi面向构建ASR系统的人而不是使用ASR系统的人,以后可能会有API。

Regarding API, the idea is that you would write your decoder code in C++,

patterned after code already in Kaldi.

目前的做法是:仿照Kaldi中的已有的代码,用C++写自己的解码器。

Dan

   

KaldiFastCGI,使得基于Kaldi的语音识别可以在支持FastCGIHTTP服务器(如Apachenginx)。其中还包含一个基于html的客户端,用于在网页上测试Kaldi语音识别。

https://github.com/api-ai/asr-server

   

   

https://github.com/alumae/kaldi-gstreamer-server

以上是关于调用kaldi的模型进行解码的主要内容,如果未能解决你的问题,请参考以下文章

kaldi使用cvte模型进行语音识别

同时从 API 调用和模型文件中解码 Codable 结构

[语音识别] kaldi -- aidatatang_200zh脚本解析:构建解码图

[语音识别] kaldi -- aidatatang_200zh脚本解析:单音素解码

[转]kaldi ASR: DNN训练

构建CTC语音识别解码网络