惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

V
Visual Studio Blog
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园 - 【当耐特】
小众软件
小众软件
B
Blog RSS Feed
大猫的无限游戏
大猫的无限游戏
博客园 - 三生石上(FineUI控件)
Engineering at Meta
Engineering at Meta
人人都是产品经理
人人都是产品经理
Microsoft Security Blog
Microsoft Security Blog
Last Week in AI
Last Week in AI
H
Help Net Security
爱范儿
爱范儿
云风的 BLOG
云风的 BLOG
博客园 - 司徒正美
Y
Y Combinator Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
L
LangChain Blog
WordPress大学
WordPress大学
GbyAI
GbyAI
Google DeepMind News
Google DeepMind News
腾讯CDC

博客园 - 小寒

Postman or TestNG for automated testing adb.exe 已停止工作 解决 用户中心 - 博客园 移动UI设计 c3p0数据源的使用初步及Mysql8小时问题解决 npm+node+cordova+ionic 版本匹配 ngrok - 小寒 vi command mysql Workbench 执行删除命令 备份Mysql数据库BAT脚本 C# double 四舍五入 mysql CREATE USER ConvertHelper 通用类 自定义属性 Cordova Ionic AngularJS centos mariadb Nginx 负载均衡 使用Aspose.Cells生成Excel的方法详解(转)
speech recognition resource
小寒 · 2016-02-16 · via 博客园 - 小寒

sirius 

http://sirius.clarity-lab.org/sirius/#install

$ tar xzf sirius-1.0.1.tar.gz
$ cd sirius/sirius-application
$ tar xzf question-answer.tar.gz
$ sudo ./get-dependencies.sh
$ sudo ./get-opencv.sh
$ ./get-kaldi.sh
$ ./compile-sirius-servers.sh
$ ./start-asr-server.sh
$ ./sirius-asr-test.sh ../inputs/questions/what.is.the.speed.of.light.wav

kaldi

http://kaldi.sourceforge.net/install.html

sudo apt-get install autoconf automake gcc libtool subversion libatlas-dev libatlas-base-dev gfortran g++ zlib1g-dev

svn co https://svn.code.sf.net/p/kaldi/code/trunk kaldi-trunk

cd kaldi-trunk/tools

cd ../src
./configure
make depend
make