User Tools

Site Tools


user:rolf001:agx_orin:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
user:rolf001:agx_orin:start [2024/05/19 18:14] – [Install Audacity] rolf.beckeruser: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"** when Audacity comes up.  **Rather click on button "Start and do not ask again"** when Audacity comes up. 
  
-===== Whisper =====+===== Whisper by Dusty-NV =====
  
-https://www.jetson-ai-lab.com/tutorial_whisper.html+**I am following https://www.jetson-ai-lab.com/tutorial_whisper.html** 
 + 
 +<code bash> 
 +git clone https://github.com/dusty-nv/jetson-containers 
 +bash jetson-containers/install.sh 
 +</code> 
 + 
 +<code bash> 
 +jetson-containers run $(autotag whisper) 
 +</code> 
 + 
 +Open ... 
 + 
 +===== Whisper by Seeed Studio ===== 
 + 
 +<code bash> 
 +git clone https://github.com/LJ-Hao/Deploy-Whisper-on-NVIDIA-Jetson-Orin-for-Real-time-Speech-to-Text.git 
 +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 
 +</code> 
 + 
 +PyAudio missing. Requires trouble shooting ... On hold ... 
 + 
 + 
 +===== llamaspeak ===== 
 + 
 +**I am following https://www.jetson-ai-lab.com/tutorial_llamaspeak.html**
  
  
user/rolf001/agx_orin/start.1716135285.txt.gz · Last modified: 2024/05/19 18:14 by rolf.becker