Skip to content

Azreal42/pipelex-poc-extract-pdf

Repository files navigation

🚀 Welcome to the Pipelex Cookbook!

Start your Pipelex journey by following this quickstart guide below and checking out our samples.

📚 Check out Pipelex Repository and Pipelex Documentation for more information.

Clone the Repository

git clone https://github.com/Pipelex/pipelex-cookbook.git
cd pipelex-cookbook

Prepare your virtual environment

Example using uv:

uv venv --python 3.11
source .venv/bin/activate
uv sync --extra dev

This will install the Pipelex python library and its dependencies using poetry.

Set up environment variables

cp .env.example .env

Enter your API keys into your .env file. The OPENAI_API_KEY is enough to get you started, but some pipelines require models from other providers.

Run Hello World

python cookbook/quick_start/hello_world.py

About

Extract specific information from pdf

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •