Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 613 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 613 Bytes

pdf.llm

About the Project

pdf.llm is a simple tool to ask questions about your PDF.

This is a fork of DocGenius-Revolutionizing-PDFs-with-AI, which seems to lack maintainance and be outdated. So I decided to rewrite it.

example

Installation

After cloning the repository, install the required libraries:

pip install -r requirements.txt

And makesure you config your openai api key or base url correctly (in .env file or environment variables).

Usage

streamlit run app.py