Skip to content

achintyasanjay/Youtube-Conversationalist-Extension

Repository files navigation

GenAIHackathonLLMApp: Youtube Conversationalist

Summary

YouTube Conversationalist Google Chrome extension for YouTube videos that produces summaries and a chat discussing the video.

The aim is to optimize video content consumption by providing concise summaries and key point highlights. This application is particularly useful for users who need to quickly grasp the essence of lengthy videos without watching them in their entirety.

image

Source Video used for below demos: Formula 1 Cars

Multiple Summary Versions Screenshot 2024-06-05 at 9 13 05 PM

Screenshot 2024-06-05 at 9 13 13 PM

Chat Bot Feature

Screenshot 2024-06-05 at 9 13 26 PM

Features:

  • Video Summarization: Automatically summarizes videos and highlights the key points discussed, allowing users to quickly understand the main content without viewing the entire video.
  • Interactive Chat System: Users can interact with the video content by asking questions at specific timestamps. This feature is under development and aims to make video content more accessible and engaging.

How It Works:

  1. Audio Extraction: The application fetches the audio track from the video using the YouTube API.
  2. Audio to Vector Conversion: Using Deepgram, the audio is converted into textual data transcripts with timestamps for every word.
  3. Vector Search: The embedded vectors are then generated by together.ai and stored and indexed in MongoDB Atlas cloud database instance.
  4. Retrieving Information: Utilizes Retrieval-Augmented Generation (RAG) AI techniques to query the MongoDB Atlas Vector search and fetch responses to user prompts based on the video content.
  5. User Interface: Finally, the frontend was built and hosted with Streamlit that integrates the model with the database for querying video information.

Future Implementations:

  • Skill Level Summary and Chat: Choose the depth of analysis and skill level you'd like in the summary and chat explanations
  • Emotion Analysis: Identify and respond to the emotional content of the video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published