chenkui164 / FastASR

这是一个用C++实现ASR推理的项目,它依赖很少,安装也很简单,推理速度很快,在树莓派4B等ARM平台也可以流畅的运行。 支持的模型是由Google的Transformer模型中优化而来,数据集是开源wenetspeech(10000+小时)或阿里私有数据集(60000+小时), 所以识别效果也很好,可以媲美许多商用的ASR软件。
Apache License 2.0
481 stars 74 forks source link

在windows 下运行识别程序提示如下,请问如何解决。 #29

Closed billqu01 closed 1 year ago

billqu01 commented 1 year ago

提示找不到, libfftw3f-3.dll libopenblas.dll 请问如何解决。

chenkui164 commented 1 year ago

这两个文件在FastASR/win/bin/x64文件夹下,也可以下载编译好的软件包。https://github.com/chenkui164/FastASR/releases/download/v0.04/FastASR.rar