Truthcast is a real-time podcast companion that listens for factual claims, researches them, and surfaces supporting context while a conversation is happening.
Built for LabLab.ai's Autonomous Agents Hackathon in August 2023.
Truthcast is a 2023 hackathon prototype with legacy dependencies and known dependency vulnerabilities. Do not deploy it or use it with sensitive data or credentials until its dependencies have been modernized and its security posture has been reassessed.
- Live microphone transcription with Deepgram
- LLM-based classification of conversational claims
- Automated web research and claim verification
- Context cards that appear alongside the live transcript
npm install
npm run serveOpen the settings screen and provide your own OpenAI, Google Custom Search, and Deepgram credentials. Credentials are stored locally in your browser and are not included in this repository.
npm run build
npm run lint