user:rolf001:agx_orin:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| user:rolf001:agx_orin:start [2024/05/19 18:16] – [Whisper] rolf.becker | user:rolf001:agx_orin:start [2024/05/19 19:21] (current) – [llamaspeak] rolf.becker | ||
|---|---|---|---|
| Line 49: | Line 49: | ||
| **Rather click on button "Start and do not ask again" | **Rather click on button "Start and do not ask again" | ||
| - | ===== Whisper ===== | + | ===== Whisper |
| **I am following https:// | **I am following https:// | ||
| + | |||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | bash jetson-containers/ | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | jetson-containers run $(autotag whisper) | ||
| + | </ | ||
| + | |||
| + | Open ... | ||
| + | |||
| + | ===== Whisper by Seeed Studio ===== | ||
| + | |||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | cd Deploy-Whisper-on-NVIDIA-Jetson-Orin-for-Real-time-Speech-to-Text | ||
| + | pip install -r requirements.txt | ||
| + | sudo apt update && sudo apt install ffmpeg | ||
| + | arecord -D hw:2,0 --dump-hw-params #set microphone rate to 16000 | ||
| + | </ | ||
| + | |||
| + | PyAudio missing. Requires trouble shooting ... On hold ... | ||
| + | |||
| + | |||
| + | ===== llamaspeak ===== | ||
| + | |||
| + | **I am following https:// | ||
user/rolf001/agx_orin/start.1716135375.txt.gz · Last modified: 2024/05/19 18:16 by rolf.becker