Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajgadev/chat-with-pdf
Upload a pdf, apply OCR to get the text and ask questions about it using OpenAi
https://github.com/ajgadev/chat-with-pdf
astro openai svelte tailwind
Last synced: about 1 month ago
JSON representation
Upload a pdf, apply OCR to get the text and ask questions about it using OpenAi
- Host: GitHub
- URL: https://github.com/ajgadev/chat-with-pdf
- Owner: ajgadev
- Created: 2024-02-04T14:58:33.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-15T11:49:27.000Z (10 months ago)
- Last Synced: 2024-05-04T13:35:38.165Z (8 months ago)
- Topics: astro, openai, svelte, tailwind
- Language: TypeScript
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat with a pdf
The idea is to upload a pdf which content is gonna be extracted with ocr then handled to OpenAI and the user will be able to ask questions about the pdf```sh
pnpm install
pnpm run dev
```