Skip to content

cjboy76/askpdf

Folders and files

NameName
Last commit message
Last commit date
Oct 26, 2024
Feb 26, 2025
Feb 22, 2025
Oct 27, 2024
Feb 26, 2025
Oct 30, 2024
Oct 24, 2024
Nov 14, 2024
Feb 22, 2025
Feb 22, 2025
Jan 19, 2025
Nov 23, 2023
Dec 16, 2023
Jan 19, 2025
Oct 31, 2024
Oct 26, 2024
Jan 19, 2025
Jan 19, 2025
Oct 31, 2024
Oct 26, 2024
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Feb 22, 2025
Oct 26, 2024

Repository files navigation

AskPDF

A PDF Reader comes with integrated chat, allowing you to have real-time discussions, powered by AI SDK, LangChain.js.

hero image

Local development setup

  1. Clone the repository
  2. Run pnpm install and pnpm dev
  3. Open http://localhost:3000 in browser.

Run AskPDF in production using Docker Compose:

  1. Clone the repo
  2. Run docker compose up -d
  3. Open http://localhost:3000 in browser.