An LLM-based document intelligence system using:
- Gemini LLM (free tier)
- FAISS vector search
- OCR for scanned PDFs
- Role-based access
- Modern interactive UI (Streamlit)
- Multi-PDF support
- Page-level citations
- Conversation memory
- Admin-only document upload
- Animated UI with typing cursor
- Clone the repo
- Create a
.envfile with: GEMINI_API_KEY=your_api_key_here - Install dependencies
- Run:
.env is intentionally excluded for security reasons.