Metadata-Version: |
2.1 |
Name: |
openwakeword |
Version: |
0.6.0 |
Summary: |
An open-source audio wake word (or phrase) detection framework with a focus on performance and simplicity |
Author: |
David Scripka |
Author-Email: |
David Scripka <david.scripka[at]gmail.com> |
Home-Page: |
https://pypi.org/project/openwakeword |
Project-Url: |
Homepage, https://github.com/dscripka/openWakeWord |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
License :: OSI Approved :: Apache Software License |
Classifier: |
Operating System :: OS Independent |
Requires-Python: |
>=3.7 |
Requires-Dist: |
onnxruntime (<2,>=1.10.0) |
Requires-Dist: |
tqdm (<5.0,>=4.0) |
Requires-Dist: |
scipy (<2,>=1.3) |
Requires-Dist: |
scikit-learn (<2,>=1) |
Requires-Dist: |
requests (<3,>=2.0) |
Requires-Dist: |
tflite-runtime (<3,>=2.8.0); platform_system == "Linux" |
Requires-Dist: |
mutagen (<2,>=1.46.0); extra == "full" |
Requires-Dist: |
torch (<3,>=1.13.1); extra == "full" |
Requires-Dist: |
torchaudio (<1,>=0.13.1); extra == "full" |
Requires-Dist: |
torchinfo (<2,>=1.8.0); extra == "full" |
Requires-Dist: |
torchmetrics (<1,>=0.11.4); extra == "full" |
Requires-Dist: |
speechbrain (<1,>=0.5.14); extra == "full" |
Requires-Dist: |
audiomentations (<1,>=0.30.0); extra == "full" |
Requires-Dist: |
torch-audiomentations (<1,>=0.11.0); extra == "full" |
Requires-Dist: |
tqdm (<5,>=4.64.0); extra == "full" |
Requires-Dist: |
pytest (<8,>=7.2.0); extra == "full" |
Requires-Dist: |
pytest-cov (<3,>=2.10.1); extra == "full" |
Requires-Dist: |
pytest-flake8 (<2,>=1.1.1); extra == "full" |
Requires-Dist: |
pytest-mypy (<1,>=0.10.0); extra == "full" |
Requires-Dist: |
acoustics (<1,>=0.2.6); extra == "full" |
Requires-Dist: |
pyyaml (<7,>=6.0); extra == "full" |
Requires-Dist: |
tensorflow-cpu (==2.8.1); extra == "full" |
Requires-Dist: |
tensorflow-probability (==0.16.0); extra == "full" |
Requires-Dist: |
protobuf (<4,>=3.20); extra == "full" |
Requires-Dist: |
onnx-tf (==1.10.0); extra == "full" |
Requires-Dist: |
onnx (==1.14.0); extra == "full" |
Requires-Dist: |
pronouncing (<1,>=0.2.0); extra == "full" |
Requires-Dist: |
datasets (<3,>=2.14.4); extra == "full" |
Requires-Dist: |
deep-phonemizer (==0.0.19); extra == "full" |
Requires-Dist: |
pytest (<8,>=7.2.0); extra == "test" |
Requires-Dist: |
pytest-cov (<3,>=2.10.1); extra == "test" |
Requires-Dist: |
pytest-flake8 (<2,>=1.1.1); extra == "test" |
Requires-Dist: |
flake8 (<4.1,>=4.0); extra == "test" |
Requires-Dist: |
pytest-mypy (<1,>=0.10.0); extra == "test" |
Requires-Dist: |
types-requests; extra == "test" |
Requires-Dist: |
types-PyYAML; extra == "test" |
Requires-Dist: |
mock (<6,>=5.1); extra == "test" |
Requires-Dist: |
types-mock (<6,>=5.1); extra == "test" |
Requires-Dist: |
types-requests (<3,>=2.0); extra == "test" |
Provides-Extra: |
full |
Provides-Extra: |
test |
Description-Content-Type: |
text/markdown |
License-File: |
LICENSE |