phubbard / tgn-whisperer

Automate transcription of entire podcasts using WhisperX
https://www.phfactor.net/tgn/
GNU General Public License v3.0
4 stars 0 forks source link

Refactor glue logic with Prefect #3

Open phubbard opened 8 months ago

phubbard commented 8 months ago

After I got the second revision working I realized that I had an ad-hoc orchestration of workflows: parse XML, download MP3s, call transcription, generate sites, deploy sites. Why not reuse a real engine?

The task here is to code to the Prefect API. Branch is started.

phubbard commented 6 days ago

Similar project Verdad also uses Prefect - good place to crib some code and also consider fly.io. https://github.com/PublicDataWorks/verdad/tree/main