|
5 ay önce | |
---|---|---|
.. | ||
README.md | 10 ay önce | |
advanced_talk.py | 1 yıl önce | |
feed_audio.py | 6 ay önce | |
install_packages.py | 7 ay önce | |
minimalistic_talkbot.py | 1 yıl önce | |
openai_voice_interface.py | 1 yıl önce | |
openwakeword_test.py | 8 ay önce | |
realtime_loop_test.py | 1 yıl önce | |
realtimestt_chinese.py | 8 ay önce | |
realtimestt_speechendpoint.py | 7 ay önce | |
realtimestt_test.py | 7 ay önce | |
realtimestt_test_hotkeys_v2.py | 6 ay önce | |
realtimestt_test_stereomix.py | 7 ay önce | |
recorder_client.py | 6 ay önce | |
simple_test.py | 7 ay önce | |
translator.py | 1 yıl önce | |
wakeword_test.py | 1 yıl önce |
Set up the openwakeword test project:
mkdir samantha_wake_word && cd samantha_wake_word
curl -O https://raw.githubusercontent.com/KoljaB/RealtimeSTT/master/tests/openwakeword_test.py
curl -L https://huggingface.co/KoljaB/SamanthaOpenwakeword/resolve/main/suh_mahn_thuh.onnx -o suh_mahn_thuh.onnx
curl -L https://huggingface.co/KoljaB/SamanthaOpenwakeword/resolve/main/suh_man_tuh.onnx -o suh_man_tuh.onnx
Ensure you have curl
installed for downloading files. If not, you can manually download the files from the provided URLs.
bash
python -m venv venv
For Windows:
venv\Scripts\activate
bash
source venv/bin/activate
For macOS:
Use python3
instead of python
and pip3
instead of pip
if needed.
Install dependencies:
python -m pip install --upgrade pip
python -m pip install RealtimeSTT
python -m pip install -U torch torchaudio --index-url https://download.pytorch.org/whl/cu121
The PyTorch installation command includes CUDA 12.1 support. Adjust if a different version is required.
bash
python openwakeword_test.py
On the very first start some models for openwakeword are downloaded.