Home

Awesome

langchain_yt_tools

Custom Langchain tools to search/extract/transcribe Youtube videos

Installation

pip install -r requirements.txt

Code

Consists of two custom LangChain tools, CustomYTSearchTool and CustomYTTranscribeTool

Demo

running python yt_tools.py shows you an agent run that transcribes the top 3 video results for Laszlo Bock (Google HR celebrity). you should see the results stored in transcripts.json in the current working directory.

Caveats

you will be required to authenticate with your Youtube credentials the first time around

To Do