Happy to show off my latest project: a computer-generated, AI-powered podcast of the news in Japan.
Japan Daily News is 2-minute episodes you can listen to while brushing your teeth.
It uses ChatGPT for translation & phrasing and ElevenLabs for voice.
In more detail, it uses Python to grab stories from the NHK RSS feed, gets ChatGPT to summarise them, passes that to ElevenLabs to get an audio version, uploads that to Internet Archive, then publishes a post on GitHub Pages which is pushed to the podcast XML. And somehow it works!
Thanks to @reustle and my buddies in the Tokyo Tech community for suggestions and support.
The Python script that runs it all is open source, so feel free to copy and play:
https://github.com/tagawa/JapanDailyNews