Angel commited on
Commit
3cbd301
·
1 Parent(s): 8f78f7b

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Agentic AI using YouTube Transcript-API & RAG
2
+ Overview
3
+ This project focuses on creating an agentic AI chatbot that leverages YouTube videos as its knowledge base. By utilizing the YouTube Transcript API and Retrieval-Augmented Generation (RAG), the AI bot can extract information from YouTube video transcripts and answer queries based on that content.
4
+
5
+ The process of fetching new YouTube videos and extracting their transcripts is automated using GitHub Actions. This ensures that the knowledge base is continuously updated with new content from YouTube, which can be used by the bot for answering various questions.
6
+
7
+ Features
8
+ Automated Video Fetching: GitHub Actions automatically fetches new YouTube videos and updates the dataset regularly.
9
+ Transcript Extraction: The YouTube Transcript API is used to extract transcripts from the fetched YouTube videos.
10
+ Retrieval-Augmented Generation (RAG): Utilizes the RAG approach to query the AI and retrieve information from video transcripts to answer user queries.
11
+ Bot Interaction: A chatbot interface that answers questions based on the YouTube transcripts.