kaldi-master

所属分类:其他
开发工具:C/C++
文件大小:15406KB
下载次数:13
上传日期:2018-08-05 15:21:22
上 传 者xie.chris
说明:  kaldi 源码,音频识别,声纹识别等的相关工具源码
(kaldi source, Kaldi Speech Recognition Toolkit ================================ To build the toolkit: see ./INSTALL. These instructions are valid for UNIX systems including various flavors of Linux;)

文件列表:
.travis.yml (1437, 2018-08-05)
COPYING (17264, 2018-08-05)
INSTALL (258, 2018-08-05)
egs (0, 2018-08-05)
egs\aishell (0, 2018-08-05)
egs\aishell\s5 (0, 2018-08-05)
egs\aishell\s5\RESULTS (750, 2018-08-05)
egs\aishell\s5\cmd.sh (904, 2018-08-05)
egs\aishell\s5\conf (0, 2018-08-05)
egs\aishell\s5\conf\decode.config (112, 2018-08-05)
egs\aishell\s5\conf\mfcc.conf (73, 2018-08-05)
egs\aishell\s5\conf\mfcc_hires.conf (624, 2018-08-05)
egs\aishell\s5\conf\online_cmvn.conf (96, 2018-08-05)
egs\aishell\s5\conf\pitch.conf (25, 2018-08-05)
egs\aishell\s5\local (0, 2018-08-05)
egs\aishell\s5\local\aishell_data_prep.sh (2136, 2018-08-05)
egs\aishell\s5\local\aishell_prepare_dict.sh (1339, 2018-08-05)
egs\aishell\s5\local\aishell_train_lms.sh (3399, 2018-08-05)
egs\aishell\s5\local\chain (0, 2018-08-05)
egs\aishell\s5\local\chain\run_tdnn.sh (21, 2018-08-05)
egs\aishell\s5\local\chain\tuning (0, 2018-08-05)
egs\aishell\s5\local\chain\tuning\run_tdnn_1a.sh (6891, 2018-08-05)
egs\aishell\s5\local\download_and_untar.sh (2480, 2018-08-05)
egs\aishell\s5\local\nnet3 (0, 2018-08-05)
egs\aishell\s5\local\nnet3\run_ivector_common.sh (6486, 2018-08-05)
egs\aishell\s5\local\nnet3\run_tdnn.sh (3933, 2018-08-05)
egs\aishell\s5\local\score.sh (130, 2018-08-05)
egs\aishell\s5\local\wer_hyp_filter (271, 2018-08-05)
egs\aishell\s5\local\wer_output_filter (455, 2018-08-05)
egs\aishell\s5\local\wer_ref_filter (271, 2018-08-05)
egs\aishell\s5\path.sh (373, 2018-08-05)
egs\aishell\s5\run.sh (5446, 2018-08-05)
egs\aishell\s5\steps (18, 2018-08-05)
egs\aishell\s5\utils (18, 2018-08-05)
... ...

[![Build Status](https://travis-ci.com/kaldi-asr/kaldi.svg?branch=master)](https://travis-ci.com/kaldi-asr/kaldi) Kaldi Speech Recognition Toolkit ================================ To build the toolkit: see `./INSTALL`. These instructions are valid for UNIX systems including various flavors of Linux; Darwin; and Cygwin (has not been tested on more "exotic" varieties of UNIX). For Windows installation instructions (excluding Cygwin), see `windows/INSTALL`. To run the example system builds, see `egs/README.txt` If you encounter problems (and you probably will), please do not hesitate to contact the developers (see below). In addition to specific questions, please let us know if there are specific aspects of the project that you feel could be improved, that you find confusing, etc., and which missing features you most wish it had. Kaldi information channels -------------------------- For HOT news about Kaldi see [the project site](http://kaldi-asr.org/). [Documentation of Kaldi](http://kaldi-asr.org/doc/): - Info about the project, description of techniques, tutorial for C++ coding. - Doxygen reference of the C++ code. [Kaldi forums and mailing lists](http://kaldi-asr.org/forums.html): We have two different lists - User list kaldi-help - Developer list kaldi-developers: To sign up to any of those mailing lists, go to [http://kaldi-asr.org/forums.html](http://kaldi-asr.org/forums.html): Development pattern for contributors ------------------------------------ 1. [Create a personal fork](https://help.github.com/articles/fork-a-repo/) of the [main Kaldi repository](https://github.com/kaldi-asr/kaldi) in GitHub. 2. Make your changes in a named branch different from `master`, e.g. you create a branch `my-awesome-feature`. 3. [Generate a pull request](https://help.github.com/articles/creating-a-pull-request/) through the Web interface of GitHub. 4. As a general rule, please follow [Google C++ Style Guide](https://google.github.io/styleguide/cppguide.html). There are a [few exceptions in Kaldi](http://kaldi-asr.org/doc/style.html). You can use the [Google's cpplint.py](https://raw.githubusercontent.com/google/styleguide/gh-pages/cpplint/cpplint.py) to verify that your code is free of basic mistakes. Platform specific notes ----------------------- ### PowerPC ***bits little-endian (ppc***le) - Kaldi is expected to work out of the box in RHEL >= 7 and Ubuntu >= 16.04 with OpenBLAS, ATLAS, or CUDA. - CUDA drivers for ppc***le can be found at [https://developer.nvidia.com/cuda-downloads](https://developer.nvidia.com/cuda-downloads). - An [IBM Redbook](https://www.redbooks.ibm.com/abstracts/redp5169.html) is available as a guide to install and configure CUDA. ### Android - Kaldi supports cross compiling for Android using Android NDK, clang++ and OpenBLAS. - See [this blog post](http://jcsilva.github.io/2017/03/18/compile-kaldi-android/) for details.

近期下载者

相关文件


收藏者