2
2 Comments

Happy to show off my latest project: a computer-generated, AI-powered podcast of the news in Japan.

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

, Founder of Icon for Japan Daily News
Japan Daily News
on April 8, 2023
  1. 2

    Do you have any plans to expand this project to other countries and topics in the future?

    1. 1

      Hi. Thanks for asking. No, I don't have any plans for expansion at present. The ElevenLabs API can get pretty expensive – I currently pay around $40/month for daily 2-minute episodes on two websites.

      I'd probably only consider expanding if I could work out a way of getting revenue and more traffic.