mirror of
https://github.com/dscripka/openWakeWord.git
synced 2026-08-27 18:17:20 -04:00
Fixes for installation and usage in 2024
- Tested for local run on Mint Linux 21.1 in 2024 - Fixed dependency version conflicts - Returned with pretrained model files - Tested ONNX runtime
This commit is contained in:
parent
c40fe924ff
commit
db05bf2240
18 changed files with 2 additions and 1 deletions
BIN
openwakeword/resources/models/alexa_v0.1.onnx
Normal file
BIN
openwakeword/resources/models/alexa_v0.1.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/alexa_v0.1.tflite
Normal file
BIN
openwakeword/resources/models/alexa_v0.1.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/embedding_model.onnx
Normal file
BIN
openwakeword/resources/models/embedding_model.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/embedding_model.tflite
Normal file
BIN
openwakeword/resources/models/embedding_model.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/hey_jarvis_v0.1.onnx
Normal file
BIN
openwakeword/resources/models/hey_jarvis_v0.1.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/hey_jarvis_v0.1.tflite
Normal file
BIN
openwakeword/resources/models/hey_jarvis_v0.1.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/hey_mycroft_v0.1.onnx
Normal file
BIN
openwakeword/resources/models/hey_mycroft_v0.1.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/hey_mycroft_v0.1.tflite
Normal file
BIN
openwakeword/resources/models/hey_mycroft_v0.1.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/hey_rhasspy_v0.1.onnx
Normal file
BIN
openwakeword/resources/models/hey_rhasspy_v0.1.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/hey_rhasspy_v0.1.tflite
Normal file
BIN
openwakeword/resources/models/hey_rhasspy_v0.1.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/melspectrogram.onnx
Normal file
BIN
openwakeword/resources/models/melspectrogram.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/melspectrogram.tflite
Normal file
BIN
openwakeword/resources/models/melspectrogram.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/silero_vad.onnx
Normal file
BIN
openwakeword/resources/models/silero_vad.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/timer_v0.1.onnx
Normal file
BIN
openwakeword/resources/models/timer_v0.1.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/timer_v0.1.tflite
Normal file
BIN
openwakeword/resources/models/timer_v0.1.tflite
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/weather_v0.1.onnx
Normal file
BIN
openwakeword/resources/models/weather_v0.1.onnx
Normal file
Binary file not shown.
BIN
openwakeword/resources/models/weather_v0.1.tflite
Normal file
BIN
openwakeword/resources/models/weather_v0.1.tflite
Normal file
Binary file not shown.
3
setup.py
3
setup.py
|
|
@ -31,6 +31,7 @@ setuptools.setup(
|
|||
'onnxruntime>=1.10.0,<2',
|
||||
'tflite-runtime>=2.8.0,<3; platform_system == "Linux"',
|
||||
'tqdm>=4.0,<5.0',
|
||||
'numpy<1.25.0,>=1.23.2',
|
||||
'scipy>=1.3,<2',
|
||||
'scikit-learn>=1,<2',
|
||||
'requests>=2.0,<3',
|
||||
|
|
@ -91,4 +92,4 @@ setuptools.setup(
|
|||
packages=setuptools.find_packages(),
|
||||
include_package_data=True,
|
||||
python_requires=">=3.7",
|
||||
)
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue