Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/inanyan/chatwithpdfs
Prototype app for question answering over a library of PDF files
https://github.com/inanyan/chatwithpdfs
Last synced: about 2 months ago
JSON representation
Prototype app for question answering over a library of PDF files
- Host: GitHub
- URL: https://github.com/inanyan/chatwithpdfs
- Owner: InAnYan
- Created: 2024-03-23T22:04:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-23T22:07:14.000Z (9 months ago)
- Last Synced: 2024-03-23T23:21:09.617Z (9 months ago)
- Language: Java
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatWithPDFs
## Description
Prototype app for question answering over a library of PDF files.It supports QA either for one PDF file or several PDF file in one directory.
It uses `AllMiniLmL6V2EmbeddingModel` and `OpenAiChatModel`.
## Usage
Provide two arguments for the program:
- The first is API key (OpenAI API).
- The second one is the path to a single PDF file or a folder containing several PDF files.