Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tagawa/japandailynews
https://github.com/tagawa/japandailynews
chatgpt-api elevenlabs japan news podcast
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tagawa/japandailynews
- Owner: tagawa
- License: mit
- Created: 2023-03-31T08:33:47.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-13T23:11:01.000Z (9 months ago)
- Last Synced: 2024-04-14T06:05:11.976Z (9 months ago)
- Topics: chatgpt-api, elevenlabs, japan, news, podcast
- Language: Python
- Homepage: https://japandailynews.com/
- Size: 44.1 MB
- Stars: 14
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Japan Daily News
A podcast of the latest news from Japan, powered by AI with computer-generated voice.
Encouraged by friends in the [Tokyo Tech](https://tokyotech.com/) community, the [Japan Daily News podcast](https://japandailynews.com) uses AI to generate natural English summaries of NHK news stories, which are then converted into human-sounding speech. The result is short, easy-to-digest English news updates that are directly from a Japanese source.
## Example Episode
https://user-images.githubusercontent.com/94173/230608571-5a146983-b6d0-45a3-9322-85e88b29ebba.mp4
## Tech Stack
- Website: GitHub Pages and the Jekyll static site generator
- Theme: [LinkRot podcast theme](https://github.com/timklapdor/link-rot)
- Audio file hosting: [Internet Archive](https://archive.org/details/japandailynews/)
- News source: [NHK RSS feed](https://www.nhk.or.jp/toppage/rss/index.html)
- English-language summaries: [OpenAI API (GPT)](https://platform.openai.com/)
- Text-to-speech: [ElevenLabs API](https://elevenlabs.io/) – see my [ElevenLabs API Python tutorial](https://puppycoding.com/2023/08/24/elevenlabs-api-python-tutorial/)
- Programming: Good ol’ Python![japan-daily-news-flow](https://user-images.githubusercontent.com/94173/230608300-702e7872-1c36-425a-b2d9-671e17c87515.png)