CoolFace
Apppublic

abir607/Ask_Your_PDF

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
App README

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

  1. 1.Install Ollama:
bash
   curl -fsSL https://ollama.com/install.sh | sh