alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.37k stars 1.04k forks source link

Check if a zip file is a Vosk Model #1460

Closed ElishaAz closed 8 months ago

ElishaAz commented 8 months ago

Hi, I need a way to check if a zip file is a Vosk Model.

Are there any specific files / folders that should always be in the zip?

nshmyrev commented 8 months ago

You can look for model/am/final.mdl, it should be always there.

ElishaAz commented 8 months ago

That's what I'm doing at the moment, but e.g. https://alphacephei.com/vosk/models/vosk-model-small-pt-0.3.zip has it at model/final.mdl

ElishaAz commented 8 months ago

Are these the only places it can be?

nshmyrev commented 8 months ago

Yes. Pt layout will change soon.

ElishaAz commented 8 months ago

Ok thanks!