I want to use Google Colab in a research project using Kaldi ASR. Is it possible to install it? and Where Can I find Kaldi files after installation?
Asked
Active
Viewed 2,751 times
2 Answers
3
Here's a notebook demonstrating the install steps for a managed backend: https://colab.research.google.com/drive/1rp2eZRHW9OYnA1WpRGeblG6fDSyyH-my
The install takes a while. You might want to do this once on your machine and use Colab's local runtimes support.

Bob Smith
- 36,107
- 11
- 98
- 91
1
I have made it into my kora
library.
Now you can install kaldi and pykaldi with just 2 lines of code.
!pip install kora -q
import kora.install.kaldi

korakot
- 37,818
- 16
- 123
- 144