Hacker News new | ask | show | jobs
by smy20011 472 days ago
I use tailscale to build my personal podcast that include local weather and stocks I interested in. Running the whole pipeline on a steamdeck and use tailscale to securely delivery the generated podcast to my phone.
2 comments

How are you going from weather and stock information to a podcast? Is there some sort of TTS step there?
Yeah, fully local LLM+TTS setup.

Use jupyter notebook to fetch the stock and weather info and feed that into a local LLM and convert that to speech using opensource TTS.

https://github.com/smy20011/MorningRadio

See notebookLM, as an example
What is the delivery mechanism?