alphacep / vosk-server

WebSocket, gRPC and WebRTC speech recognition server based on Vosk and Kaldi libraries
Apache License 2.0
882 stars 243 forks source link

Vosk Restful service #156

Closed raminious closed 1 year ago

raminious commented 2 years ago

Hey there,

Thank you for this wonderful library. I was really impressed by its performance.

I have created a basic Vosk Restful service with Flask and Celery that I would like to share with anyone looking for such an example.

(Due to the fact that this is my first Python application, I don't know the best practices of this language)

https://github.com/raminious/vosk-server

nshmyrev commented 2 years ago

Great job, thank you!

nshmyrev commented 2 years ago

Also tracked at #142

raminious commented 2 years ago

@nshmyrev Appreciate it!!

mrsad commented 2 years ago

@raminious I've made a few fixes. Here is a pull request with my changes

https://github.com/raminious/vosk-server/pull/1

raminious commented 2 years ago

@mrsad Thanks man. I just merged that. 👍