From e1685ebe088a3320eeb4e15e8ede320e997fa23c Mon Sep 17 00:00:00 2001 From: Shreya Shankar Date: Wed, 16 Oct 2024 10:35:22 -0400 Subject: [PATCH] feat: add links to external projects --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9ac1319d..ac3e2c36 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ DocETL is the ideal choice when you're looking to maximize correctness and outpu - You're working with long documents that don't fit into a single prompt or are too lengthy for effective LLM reasoning - You have validation criteria and want tasks to automatically retry when the validation fails +## Cool Things People Are Doing with DocETL + +- [Conversation Generator](https://github.com/redhog/docetl-conversation) +- [YouTube Transcript Topic Extraction](https://github.com/rajib76/docetl_examples) + ## Installation See the documentation for installing from PyPI.