Skip to content

rajib76/docetl_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docetl_examples

This repo will have examples of docetl usage. please ensure to create a .env file in the root and add OPENAI_API_KEY as below

OPENAI_API_KEY = < mention your openai key >

How to use docetl to extract topics from youtube video

This use case example uses two components in the repo

  1. ./data/video_ids.json - In this file I specified the id of the youtube video that needs to be analyzed
  2. ./pipelines/youtube_extraction_pipeline.yaml - This contains the declarative opearations to extract the topics from youtube

To run this pipeline:

docetl run ./pipelines/youtube_extraction_pipeline.yaml

About

Examples of DocETL

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published