inaki / ChatPDF

Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ChatPDF

Chat with any PDF.

Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.

How to run ? (Things might change based on OS)

  1. Create a virtual environment in python https://docs.python.org/3/library/venv.html

  2. Run "pip install -r requirements.txt"

  3. cp .env.template .env && set your OPENAI_API_KEY

  4. Run "streamlit run streamlitui.py"

  5. Change pdf file and query in code if you want to try with any other content

Also check

Original repo: Github

About

Chat with any PDF. Easily upload the PDF documents you'd like to chat with. Instant answers. Ask questions, extract information, and summarize documents with AI. Sources included.

License:MIT License


Languages

Language:Python 100.0%