Skip to content

jiayanjunhot/LangChainSummarizeYoutubeTranscript

 
 

Repository files navigation

Use LangChain to Summarize Youtube Video Transcript

Get Started

Before you run the notebook, please make sure you create a .env file in the root directory with the following environment set up.

OPENAI_API_KEY=<your valid openai api key>

Please refer to .env.example for what it looks like.

Python notebooks in this repository

This is an example that shows you how to summarize a Youtube video by its transcript.

This is an example that shows you how to use document loaders to summarize the following resources:

  1. URL
  2. PowerPoint
  3. ReadTheDocs site
  4. PDF

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 100.0%