abir607/Ask_Your_PDF
0
Ask Your PDF ๐
A simple prototype to chat with your own PDF files using Ollama and LlamaIndex.
โจ Features
- Upload a PDF
- Ask questions in plain language
- Answers generated by a local LLM (TinyLlama / Phi) using retrieval-augmented generation (RAG)
๐ Quickstart
- Install Ollama:
curl -fsSL https://ollama.com/install.sh | sh
