Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.