Skip to content

baz8080/rss_to_whisper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rss_to_whisper

Transcribe podcasts from rss feeds with whisper

Install

pip install -r requirements.txt

Run

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"

About

Transcribe podcasts from libsyn with whisper

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published