Let the whisper

Without further ado, let’s get to it. Target: Make a summary of the youtube video Installation Install python 3.10. Strongly recommend using pyenv. Install ffmpeg and yt-dlp. Scripts for mac. # ffmpeg brew install ffmpeg # yt-dlp wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos chmod +x yt-dlp_macos sudo mv yt-dlp_macos /usr/local/bin/yt-dlp Install whisper. For greater good use virtualenv: pip install -U openai-whisper Usage Download video as an audio. ba == bestaudio. yt-dlp -f "ba" -o "to_transcribe....

July 9, 2023 · 1 min