This is a Streamlit-based web app that uses Google Gemini to parse and answer questions about insurance documents.
- Upload PDF
- Ask natural language queries
- Gemini 2.5 Flash integration
git clone https://github.com/YOUR_USERNAME/policy-parser-app.git
cd policy-parser-app
python -m venv .venv
.\.venv\Scripts\activate # On Windows
pip install -r requirements.txt
streamlit run app.py