vrenkens / nabu

Code for end-to-end ASR with neural networks, build with TensorFlow
MIT License
108 stars 43 forks source link

What is the relationship between this project and tfkaldi? #16

Closed fanlu closed 6 years ago

vrenkens commented 6 years ago

I created tfkaldi first to use tenorflow together with Kaldi. Next I created Nabu to do sequence to sequence learning. So at first they were completely seperate, but now I added functionality to Nabu to do be able to work with Kaldi with some extra effort. So normally Nabu can do what tfkaldi does and much more.

fanlu commented 6 years ago

Thank you for your replay