System Components
- Chrome extension for supported AI chat platforms
- FastAPI backend for scoring and summarizing hallucination risk
- SQLite-backed recent analysis history
A browser-assisted verification workflow for AI-generated content. The system combines a Chrome extension with a FastAPI backend to inspect responses, score trust, flag suspicious claims, and keep lightweight analysis history.
/health for uptime checks/analyze for response scoring/history for recent saved analysesGrab the complete repository as a ZIP archive for local setup, demo packaging, or review.
Open the browser-extension code directly if you only want the Chrome-side implementation.
Inspect the FastAPI service, analyzer logic, verification layer, and storage code.