Open jojasadventure opened 2 months ago
Hang on I just found this issue, should apply to me as well, right? Sorry.
import openwakeword
from openwakeword.model import Model
# One-time download of all pre-trained models (or only select models)
openwakeword.utils.download_models()
I was attempting to try this out using the provided example, first cloning the repo and installing packages. I needed to manually add the tflite_runtime on my system.
pip install tflite_runtime
Did I miss something in the instructions? All packages installed successfully with pip. I read the models were taken out in a recent release, so I tried to re-add the folder from the previous release, but it is still giving below error when I try to run the example for detecting from microphone. Thank you!