Giter VIP home page Giter VIP logo

pytorch-kaldi-asr's Introduction

pytorch-kaldi-asr

由于kaldi的神经网络模块调试困难。这个项目旨在使用kaldi提取语音特征,然后利用pytorch训练神经网络,进行相关的科学研究,以便快速验证思路是否可行。 需要使用kaldi-io-for-python这一胶水库,把kaldi里的数据文件读取python。

kaldi-io库github地址:https://github.com/vesis84/kaldi-io-for-python

为系统添加kaldi的环境变量以便调用kaldi的代码:

vim ~/.bashrc

然后在里面输入

#kaldi
export KALDI_ROOT=$HOME/my_kaldi_root
. $KALDI_ROOT/tools/config/common_path.sh

这里的KALDI_ROOT将会提供给kaldi io以及本项目调用kaldi中的文件

要创建自己的项目,请进入project目录,拷贝一份example_project 里面的run.sh会指导你如何使用该项目的脚本

作者运行环境

pytorch 0.4.1
python 3.6.5

pytorch-kaldi-asr's People

Contributors

boji123 avatar

Stargazers

 avatar  avatar  avatar Jiue-Ren Liao (Rick) avatar  avatar  avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.