User Tools

Site Tools


projects:jetson:orin:whisper: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
projects:jetson:orin:whisper:start [2023/03/13 23:17] – [Prepare] rolf.beckerprojects:jetson:orin:whisper:start [2023/03/14 20:27] (current) – [Test OpenAI Whisper] rolf.becker
Line 7: Line 7:
  
 ===== About Whisper ===== ===== About Whisper =====
 +
 +  * https://openai.com/research/whisper
   * https://github.com/openai/whisper   * https://github.com/openai/whisper
   * https://towardsdatascience.com/transcribe-audio-files-with-openais-whisper-e973ae348aa7   * https://towardsdatascience.com/transcribe-audio-files-with-openais-whisper-e973ae348aa7
Line 56: Line 58:
  
 <code> <code>
-sudo apt-get -y update;+sudo apt-get -y update 
 sudo apt-get -y install \ sudo apt-get -y install \
 autoconf bc build-essential g++-8 gcc-8 clang-8 lld-8 gettext-base gfortran-8 \ autoconf bc build-essential g++-8 gcc-8 clang-8 lld-8 gettext-base gfortran-8 \
Line 106: Line 109:
 deactivate deactivate
 rm -Rf nlp rm -Rf nlp
 +</code>
 +
 +==== Test OpenAI Whisper ====
 +
 +<code>
 +source nlp/bin/activate
 +
 +pip install ipywidgets 
 +
 +pip install torchaudio
 +
 +
 </code> </code>
 ===== Not working: Upgrade to Jetpack 5.1, r35.2 ===== ===== Not working: Upgrade to Jetpack 5.1, r35.2 =====
projects/jetson/orin/whisper/start.1678745825.txt.gz · Last modified: 2023/03/13 23:17 by rolf.becker