Sumit Vaise
Sumit Vaise

Reputation: 148

French language support in Kaldi

I am working on Kaldi but there is not info on its webpage about the language which it supports for conversion. Can I use Kaldi for French speech to text conversion.

I need to develop an offline French learning app. I tried PocketSphinx but the accuracy was very bad. Suggestion found was to train the model with your own data to improve it's accuracy. My assumption was that training a complete French language with it's grammer will be difficult and time taking.

-

Upvotes: 3

Views: 1753

Answers (2)

Djames
Djames

Reputation: 502

I was in the same situation last year.

Recently I found : vosk-api

It's still under development but some modules are already available. I tested python with websockets (docker image), and the android version. Some one have even build a Wasm version

Last but not least, the repo links to French models provided by Paul Guyot

Enjoy.

Upvotes: 3

Alexander Solovets
Alexander Solovets

Reputation: 2507

Kaldi itself is only an engine, so its distribution does not include any acoustic or language model. Given enough data (at least 100 hours) you can train your own model with the scripts provided by Kaldi. Alternatively, you can look at the list of pre-built models, but it looks like there is no French model among them.

Upvotes: 5

Related Questions