Skip to content

Commit 5a46925

Browse files
updated readme with proper, correct explanation and workflow
"Mmentioned about Youtube API"
1 parent 658ae5b commit 5a46925

File tree

1 file changed

+2
-2
lines changed
  • Youtube_video_finder_using_geminillm

1 file changed

+2
-2
lines changed

Youtube_video_finder_using_geminillm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
````markdown
44
# YouTube Relevance Finder with Gemini AI
55

6-
This Python script searches YouTube for recent videos based on a user query and ranks them by relevance using Google's Gemini AI model. It filters results by duration and recency, scores video titles for relevance, and returns the top-ranked videos.
6+
This Python script searches YouTube for recent videos based on a user query and ranks them by relevance using Google's Gemini AI model and Youtube API. It filters results by duration and recency, scores video titles for relevance, and returns the top-ranked videos.
77

88
## 🔍 Features
99

10-
- Searches YouTube for videos from the past 14 days
10+
- Searches YouTube for videos from the past 14 days using Youtube API which is publicly available.
1111
- Filters videos by duration (4–20 minutes)
1212
- Uses Gemini AI to score title relevance to a query
1313
- Prints the top relevant video links with scores and metadata

0 commit comments

Comments
 (0)