Transcribe podcasts from rss feeds with whisper
pip install -r requirements.txt
Results are written to ~/rss_to_whisper
. Uses the medium
size model by default.
rss_to_whisper --feed "http://feeds.libsyn.com/60664"
Run other models, and be verbose:
rss_to_whisper --feed "http://feeds.libsyn.com/60664" --verbose --model-name "tiny.en"