These are transcripts for Andrej Karpathy episodes.
        
        - Download the audio of a youTube video (ty yt-dlp): 
yt-dlp -x --audio-format mp3 -o {mp3_file} -- {youtube_video_id}  
        - Transcribe it (ty OpenAI Whisper): 
whisper --language en --model large -o {out_dir} -- {mp3_file}  
        
Send comments to 
@averkij on Twitter. GitHub repo is 
here.