The transcripts of project Tyra's online seminar auto generated by the OpenAI Whisper large model.
Raw output files are in the out
folder of the github repo.
yt_dlp.sh
was used to download youtube videos and convert them into mp3
format. (ty yt-dlp)
yt-dlp -x --audio-format mp3 -o '%(title)s.%(ext)s' {youtube link}
whisper was used to generate the trascripts on UGA's sapelo2 HPC.
whisper --model large -o out -- './{filename}';
I will update when I want to. Please feel free to use the transcripts for your own purpose or contact me for more interesting projects.
links: https://y.at/💻🌲🎓🚀🌕