Chapter support was requested for the podcast, so I'm attempting to add it, along with transcriptions. This is my first forray into using AI tools for an actual purpose. I've tried transcribing the podcast using openai/whisper. See this guide on how it can be used; available on x86 and arm64.
My interest then shifted towards speaches-ai/speaches which adds text-to-speech support in addition to Whisper. Live example of Speaches hosted at https://huggingface.co/spaces/speaches-ai/speaches
Since the Raspberry Pi 4 and Pi 5 are supported without need for a dedicated GPU, I'm looking to run one of these implementations locally. More details to come as testing continues.