jerinphilip / pytorch-dev-podcasts-transcribe

Scripts to transcribe https://pytorch-dev-podcast.simplecast.com/episodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pytorch-dev-podcasts-transcribe

There's a treasure trove of content in PyTorch dev podcasts, that I appreciate.

I find text faster to follow than than audio, so I'm just transcribing it using whisper.cpp

python3 download.py
bash to-wav.sh 
bash transcribe.sh

I mostly center the subtiles and leave it to play using mpv:

$ mpv --sub-file=XLA.wav.srt XLA.mp3 --force-window --sub-pos=50

About

Scripts to transcribe https://pytorch-dev-podcast.simplecast.com/episodes


Languages

Language:Python 58.6%Language:Shell 41.4%