Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 976 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 976 Bytes

The transcripts of project Tyra's online seminar auto generated by the OpenAI Whisper large model.

Description

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}';

Status

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/💻🌲🎓🚀🌕