PaLM‑PDFChat is a Streamlit-based GUI application that enables users to interactively chat with PDF documents. It leverages PaLM embeddings to semantically index PDF content and uses PaLM for generating responses based on user queries. Ideal for research, summarization, or easily extracting information from PDFs.
Key Features
Graphical Streamlit web interface for easy PDF upload and chat
Utilizes PaLM embeddings for semantic document indexing
Integrates PaLM LLM for contextual question answering
Supports asking natural-language questions across one or more PDFs
Easy setup via requirements file and .env for PaLM API key
Bandwidth-efficient and scalable via semantic search + LLM pipeline