Skip to content

anotherjesse/lexicap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published