Built AuraChat v3.0 — a fully offline Document Intelligence desktop app in pure Python. Users upload any PDF, Word, or TXT file and ask questions in plain English. The system returns cited answers with confidence scores instantly.
Technical highlights:
— Custom NLP engine using TF-IDF scoring + hybrid token overlap analysis
— 1,700× faster indexing than baseline on 500-page documents
— Multi-threaded processing — UI never freezes during heavy indexing
— Supports PDF, DOCX, and TXT file formats
— Zero external APIs — runs completely offline on the user's machine
— 23 production-grade bugs identified and resolved before delivery
This is not a demo. This is production-ready software built with clean architecture, full error handling, keyboard shortcuts, chat export, source citations, and confidence indicators
Like this project
Posted Mar 9, 2026
Built AuraChat v3.0 — a fully offline Document Intelligence desktop app in pure Python. Users upload any PDF, Word, or TXT file and ask questions in plain En...