Deepspeech model training with Node JS

Hi @lissyx,

Is it possible to train deepspeech model with Node JS?

As we could train model with python code with the help of DeepSpeech.py file, so is it possible with NodeJS code as well?

Thanks!!

1 Like

No, you are getting confused between training and inference code. Inference is libdeepspeech in C with bindings in several languages, including Python and NodeJS/ElectronJS

Hi @lissyx,

Does that means i have to use DeepSpeech.py file only to train the data sets.?

i was thinking to develop an application back-end NodeJS ,which will pull data from one location and perform training.

Would there be any way to achieve it. i mean by installing NodeJS binaries referring to https://github.com/mozilla/DeepSpeech/tree/master/native_client
OR it’s better to train with DeepSpeech.py file which i guess would use python binaries .

Or installing deepspeech module in node will do the same for me , sorry i case i am not getting your point.

Thanks!!

That’s what we mention in the documentation.

I’m not sure I understand what you want to do.

As documented, this is only inference code. You cannot train with that.

It’s not “better”, it’s the only way.

1 Like

Thanks @lissyx for clarification !!

I am also interested in working with Deepspeech in Node.JS let me know if you would like to connect