Возникла проблема
Скачал проект закинул vosk-model-small-ru-0.22 в корень проекта пробовал и vosk-model-ru-0.42

C:\Users\Vizer560\Desktop\jarvis-master>python main.py ERROR (VoskAPI:Model():model.cc:122) Folder 'model_small' does not contain model files. Make sure you specified the model path properly in Model constructor. If you are not sure about relative path, use absolute path specification. Traceback (most recent call last): File "C:\Users\Vizer560\Desktop\jarvis-master\main.py", line 4, in <module> import stt File "C:\Users\Vizer560\Desktop\jarvis-master\stt.py", line 7, in <module> model = vosk.Model("model_small") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Vizer560\AppData\Local\Programs\Python\Python311\Lib\site-packages\vosk\__init__.py", line 29, in __init__ raise Exception("Failed to create a model") Exception: Failed to create a model

Пытался установить зависимости командой pip install -r requirements.txt

C:\Users\Vizer560\Desktop\jarvis-master>pip install -r requirements.txt Collecting num2t4ru@ git+https://github.com/seriyps/ru_number_to_text@3b9ccdb36bb744341ee7bec9c50b51198259c648 Cloning https://github.com/seriyps/ru_number_to_text (to revision 3b9ccdb36bb744341ee7bec9c50b51198259c648) to c:\windows\temp\pip-install-ich_4cz6\num2t4ru_a456f4395ed04393aa49114720e3674f Running command git clone --filter=blob:none --quiet https://github.com/seriyps/ru_number_to_text 'C:\Windows\Temp\pip-install-ich_4cz6\num2t4ru_a456f4395ed04393aa49114720e3674f' Running command git rev-parse -q --verify 'sha^3b9ccdb36bb744341ee7bec9c50b51198259c648' Running command git fetch -q https://github.com/seriyps/ru_number_to_text 3b9ccdb36bb744341ee7bec9c50b51198259c648 Resolved https://github.com/seriyps/ru_number_to_text to commit 3b9ccdb36bb744341ee7bec9c50b51198259c648 Preparing metadata (setup.py) ... done ERROR: PyAudio-0.2.11-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.
Возникла проблема
Скачал проект закинул vosk-model-small-ru-0.22 в корень проекта пробовал и vosk-model-ru-0.42
C:\Users\Vizer560\Desktop\jarvis-master>python main.py ERROR (VoskAPI:Model():model.cc:122) Folder 'model_small' does not contain model files. Make sure you specified the model path properly in Model constructor. If you are not sure about relative path, use absolute path specification. Traceback (most recent call last): File "C:\Users\Vizer560\Desktop\jarvis-master\main.py", line 4, in <module> import stt File "C:\Users\Vizer560\Desktop\jarvis-master\stt.py", line 7, in <module> model = vosk.Model("model_small") ^^^^^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\Vizer560\AppData\Local\Programs\Python\Python311\Lib\site-packages\vosk\__init__.py", line 29, in __init__ raise Exception("Failed to create a model") Exception: Failed to create a modelПытался установить зависимости командой pip install -r requirements.txt
C:\Users\Vizer560\Desktop\jarvis-master>pip install -r requirements.txt Collecting num2t4ru@ git+https://github.com/seriyps/ru_number_to_text@3b9ccdb36bb744341ee7bec9c50b51198259c648 Cloning https://github.com/seriyps/ru_number_to_text (to revision 3b9ccdb36bb744341ee7bec9c50b51198259c648) to c:\windows\temp\pip-install-ich_4cz6\num2t4ru_a456f4395ed04393aa49114720e3674f Running command git clone --filter=blob:none --quiet https://github.com/seriyps/ru_number_to_text 'C:\Windows\Temp\pip-install-ich_4cz6\num2t4ru_a456f4395ed04393aa49114720e3674f' Running command git rev-parse -q --verify 'sha^3b9ccdb36bb744341ee7bec9c50b51198259c648' Running command git fetch -q https://github.com/seriyps/ru_number_to_text 3b9ccdb36bb744341ee7bec9c50b51198259c648 Resolved https://github.com/seriyps/ru_number_to_text to commit 3b9ccdb36bb744341ee7bec9c50b51198259c648 Preparing metadata (setup.py) ... done ERROR: PyAudio-0.2.11-cp38-cp38-win_amd64.whl is not a supported wheel on this platform.