vosk
vosk copied to clipboard
VOSK Speech Recognition Toolkit
I followed setup instructions: clone github repo, pip install -r requirements.txt python verify.py wavs-test.txt phones-test.txt data.idx caused error: :~/projects/vosk$ python verify.py wavs-test.txt phones-test.txt data.idx Traceback (most recent call last): File...
Hi! I tried to say "pip3 install -r requirements.txt" on Linux Mint 19.3 x64 but got a "error: invalid command 'bdist_wheel'". The solution is to say: ``` $ pip3 install...
Can you please provide standart datasets benchmarks (LibriSpeech/CHiME/VoxForge)? Also interested in accuracy scaling with decreasing dataset size.