Hacker News new | ask | show | jobs
by yjftsjthsd-h 476 days ago
How are you going from weather and stock information to a podcast? Is there some sort of TTS step there?
2 comments

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