flashlight / wav2letter

Facebook AI Research's Automatic Speech Recognition Toolkit
https://github.com/facebookresearch/wav2letter/wiki
Other
6.37k stars 1.01k forks source link

Problem using Wav2letter Decoders during API call #935

Open spygaurad opened 3 years ago

spygaurad commented 3 years ago

I called wav2letter decoder object to perform speech recognition from a function and it works fine. When i call this same function from a Flask API, the wav2letter decoder doesnot respond. I am having problem with this.

tlikhomanenko commented 3 years ago

Could you provide example to reproduce?