shuffle-project / asr-api

Python application serving REST and Websocket endpoints for the transcription of audio files.
MIT License
2 stars 0 forks source link

Check vosk-api, vosk-server projects regarding their APIs #6

Closed torbenziegler closed 7 months ago

torbenziegler commented 8 months ago

Research vosk-api. Estimate if it is a better alternative than Whisper.

Note the advantages and disadvantages of vosk for the asr-api project. Estimate what modell fits best for our needs.

FlrnDml commented 8 months ago

In order to do this, we need to dig in the code. See https://github.com/alphacep/vosk-server/blob/master/client-samples/node/test.js

torbenziegler commented 7 months ago

I checked Vosk in combination with its server, see the results in Notion.