Skip to content

robert-mcdermott/DoctelliGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoctelliGen

AI/LLM Powered Document Query

A web application that allows you to upload documents (pdf, text and md currently) and then use a Large Language Model (LLM) to query the documents and receive relevant answers.

Example

Document Upload Dialog:

doc upload dialog

Document Query Dialog:

doc query dialog

Installation

Create an activate a new Python environment:

conda create -n DoctelliGen python=3.11
conda activate DoctelliGen

Clone the repo and enter it:

git clone https://github.com/robert-mcdermott/DoctelliGen.git
cd DoctelliGen

Install the dependencies (install the latest version of poetry if you don't have it):

poetry install

Run the app:

python app.py

About

AI/LLM Powered Document Query

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages