Skip to content

svpino/unstract-llmwhisperer-sample

Repository files navigation

Better PDF processing with LLMs

Setup

  1. Create a virtual environment and install the required packages:
$ python3 -m venv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt
  1. Create a free LLMWhisperer account and get your API key from here.

  2. Create a .env file with the following variables:

OPENAI_API_KEY = [YOUR OPENAI API KEY GOES HERE]
LLMWHISPERER_API_KEY = [YOUR LLMWHISPERER API KEY GOES HERE]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published