Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 1010 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 1010 Bytes

Introduction

AskMyPDF is a Python application that lets you get insights from a PDF document using Llama 3.2, running locally with Ollama. You can ask questions about your PDF, and the application will provide relevant responses based on the content of the document. This app utilizes a language model to generate accurate answers to your queries.

How to start:

Make sure to open Ollama on your computer.

Install all the packages requied in your IDE.

Run the code.

How it works:

Upload a PDF file and click 'Add to Knowledge Base' to start getting insights from it:

Screenshot 2024-10-08 at 03 21 11

Once the file is successfully added to the knowledge base, you can start asking questions and get relevant responses:

Screenshot 2024-10-08 at 03 37 30