Skip to content

A simple youtube LLM Agent that describes the video, judges if the title was clickbait, and then generates a comment. All based on the subtitles of the video.

Notifications You must be signed in to change notification settings

Jay4242/llm-youtube-review

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

llm-youtube-review

A simple youtube LLM Agent that describes the video, judges if the title was clickbait, and then generates a comment. All based on the subtitles of the video.

llm-youtube-review.bash

Takes in a youtube URL as a parameter.

Uses a ~/yt-dlp/ directory to download the subtitles of the video using yt-dlp.

It strips some of the subtitle tags using html2text.

It then makes three LLM calls using llm-python-file.py, feeding the subtitles to the LLM.

About

A simple youtube LLM Agent that describes the video, judges if the title was clickbait, and then generates a comment. All based on the subtitles of the video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published