anotherjesse / lexicap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lexicap: Lex Fridman Podcast Whisper captions

https://karpathy.ai/lexicap/

These are transcripts for Lex Fridman episodes. First we get all the episodes in the playlist (ty youtubesearchpython), see their docs. Then we download the audio for all of them (ty yt-dlp)) yt-dlp -x --audio-format mp3 -o {mp3_file} -- {youtube_video_id} Then we transcribe them (ty OpenAI Whisper): whisper --language en --model large -o {out_dir} -- {mp3_file}

The original files from Karpathy are checked into the vtt folder

About