InsurTech document analyzer
Policy Q&A flow that lets brokers ask a question and get the relevant PDF context without hunting through documents manually.

Insurance brokers were spending support time hunting through policy PDFs. I built a retrieval flow so a question returns the relevant policy excerpt, not another manual search.
The system indexes policy libraries and retrieves focused chunks using LangChain on Python/Flask, with a React frontend the team could operate.
Result: email response times dropped 22%.
Stack: LangChain · Python · Flask · React