zelo / deepspeech-rest-api

REST api for mozilla deepspeech voice recognition engine
GNU General Public License v3.0
20 stars 6 forks source link

JSON String Output #4

Open Ajayrajpurohit opened 3 years ago

Ajayrajpurohit commented 3 years ago

The following functions are added in this commit:

  1. Time out is increased to 600 seconds. Can be modified accordingly.
  2. It will return JSON String output of transcript. This is open for further enhancement on how to get JSON Object as a response. Like we get on a manual run of the model.

Thanks!! Have a Great Day!