Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/outerbounds/document-processing
https://github.com/outerbounds/document-processing
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/outerbounds/document-processing
- Owner: outerbounds
- Created: 2024-07-10T06:37:53.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-23T07:25:03.000Z (4 months ago)
- Last Synced: 2024-07-23T09:04:37.043Z (4 months ago)
- Language: Svelte
- Size: 44.9 MB
- Stars: 5
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Building a production-grade document processing workflow with LLMs
![](./tmls-doc.jpeg)
## 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.