PolityLink is a website that can play Japanese Diet broadcasts with transcripts. With the transcription auto-generated within 24 hours of the public release of the broadcasts, PolityLink helps users to stay up-to-date on the topics being discussed in the Diet.
PolityLink consists of the following components:
- Crawler: retrieves new videos from the deliberation streaming sites (House of Representatives and House of Councillors)
- Builder: automatically transcribe with whisper.cpp and generates page data for the frontend
- Frontend: build and deploys pages using Gatsby
For more details about the crawler and builder, please see builder, and for more details about the frontend, please see frontend.