kaldi-asr / kaldi

kaldi-asr/kaldi is the official location of the Kaldi project.
http://kaldi-asr.org
Other
14.03k stars 5.3k forks source link

Kaldi在windows下怎么安装 我cmake编译总报错 #4840

Open pww1971 opened 1 year ago

pww1971 commented 1 year ago
giyhubwzx commented 1 year ago

I'm a beginner. I think you should use English to describe your question here and the answer to your question might be on CSDN. By the way, Linux is better for using Kaldi. If you would like to use Linux, you can install a system beside your Windows. It usually be called 'plural systems'.

qiruz commented 1 year ago

If you are running the latest update of Windows 10/11 with enough disk space, you may try WSL (The Windows Subsystem for Linux) to compile/install kaldi on Windows. You'll be able to compile/install kaldi the same as on a native Linux and it can be accessed by Windows. Read https://learn.microsoft.com/en-us/windows/wsl/faq for WSL details. Another convenient way to run kaldi on Windows is to use a kaldi docker image using Windows docker desktop. It is my preferred method. The same docker image can be used for all Intel based OS.

On Sat, Apr 22, 2023 at 10:32 AM giyhubwzx @.***> wrote:

I'm a beginner. I think you should use English to describe your question here and the answer to your question might be on CSDN. By the way, Linux is better for using Kaldi. If you would like to use Linux, you can install a system beside your Windows. It usually be called 'plural systems'.

— Reply to this email directly, view it on GitHub https://github.com/kaldi-asr/kaldi/issues/4840#issuecomment-1518673231, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACKNGY3NFTYKWD2X4PWPYUTXCPTXFANCNFSM6AAAAAAXDUANEE . You are receiving this because you are subscribed to this thread.Message ID: @.***>

-- Qiru Zhou Chief Scientist soapboxlabs.com http://soapboxlabs.com/ twitter https://twitter.com/soapboxlabs | linkedin https://www.linkedin.com/company/soapbox-labs/ | youtube https://www.youtube.com/channel/UC-MvvyUw8pWJRipE6lPzPjA/featured News https://www.soapboxlabs.com/blog/scholastic-strategic-partnership/: Announcing our strategic partnership with Scholastic

pww1971 commented 1 year ago

thank you

The compilation was successful, but there are over 600 engineering examples inside without explanation.

Can you help me find an example of using dnn to load a model and convert speech to text.

qrzhou commented 1 year ago

Read https://kaldi-asr.org/doc/kaldi_for_dummies.html to start. You may need study some speech recognition basics as well to understand examples in egs directory.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.