Web service support for speech to text engine

Hello,

I am new to Deep Speech.

I need an information, is there any way I can send recorded speech file to Deep Speech application using web service (or any other communication) , and should get the response in text format for that speech.

Appreciated any help on this.

Thank you,

Sasi

We do not provide such kind of service, but it should not be hard to build one. I tend to recall someone made one: https://github.com/MainRo/deepspeech-server

1 Like

I am currently working on developing speech to text service (https://github.com/sci472bmt/django-deepspeech-server). You can record sound from browser and submit it to get text.

1 Like