https://github.com/outerbounds/document-processing
https://github.com/outerbounds/document-processing
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/outerbounds/document-processing
- Owner: outerbounds
- Created: 2024-07-10T06:37:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-23T07:25:03.000Z (almost 2 years ago)
- Last Synced: 2025-04-02T04:23:29.402Z (about 1 year ago)
- Language: Svelte
- Size: 44.9 MB
- Stars: 5
- Watchers: 5
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building a production-grade document processing workflow with LLMs

## Introduction
This repository shows document processing workflows on Outerbounds.
## Examples
- [PDF app](pdf-app/README.md): Chat with a PDF, do batch workflows with PDFs, and more.
- [Sentiment review](sentiment-review/README.md): Analyze sentiment of reviews using NVidia NIM.
- NOTE: to access the `@nim` decorator in the example, you'll need to be running Metaflow on Outerbounds. Alternatively, you can use the regular OpenAI API and remove the `@nim` references.