Local speech control: Difference between revisions
Created page with "==OpenWakeWord== Devilish [https://github.com/dscripka/openWakeWord python], ugh. * <tt>python3 -m venv ~/venv/openwakeword</tt> * <tt>~/venv/openwakeword/bin/pip3 install openwakeword</tt>" |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 3: | Line 3: | ||
* <tt>python3 -m venv ~/venv/openwakeword</tt> | * <tt>python3 -m venv ~/venv/openwakeword</tt> | ||
* <tt>~/venv/openwakeword/bin/pip3 install openwakeword</tt> | * <tt>~/venv/openwakeword/bin/pip3 install openwakeword</tt> | ||
* <tt>~/venv/openwakeword/bin/python3 ~/src/openWakeWord/examples/detect_from_microphone.py --model_path </tt> | |||
we need a model! | |||
[[CATEGORY: AIshit]] | |||