TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Real‑time tracking of candidates' promises in the Canadian election

2 pointsby jmacdabout 2 months ago
There is an election currently taking place in Canada, and the major parties had not released any formal platforms until very recently—just days before election day.<p>I built an app that parses transcripts of political appearances to extract promises (defined as forward-looking statements that represent a commitment). Each promise is tracked with a timestamped link to the exact moment it was made.<p>I’m using pgvector and semantic analysis to group similar promises together, effectively identifying when the same idea is repeated. This allows me to generate a timeline showing how each promise has evolved over time.<p>A cron job updates the data nightly, uploading it to huggingface [1] and making it available for download [2]<p>The most interesting technical challenge was accurately parsing timestamps and capturing the surrounding context that gives meaning to each promise.<p>1: <a href="https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;jevon&#x2F;buildcanada-2025&#x2F;tree&#x2F;main&#x2F;data" rel="nofollow">https:&#x2F;&#x2F;huggingface.co&#x2F;datasets&#x2F;jevon&#x2F;buildcanada-2025&#x2F;tree&#x2F;...</a> 2: <a href="https:&#x2F;&#x2F;2025.buildcanada.com&#x2F;data" rel="nofollow">https:&#x2F;&#x2F;2025.buildcanada.com&#x2F;data</a>

no comments

no comments