Skip to content

saraxp/YouTube-Transcript-Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

YouTube Transcript Summarizer

A Chrome extension that allows you to summarize the transcript of the current YouTube video in your tab.

  • This project uses the mistral:latest LLM model pulled from Ollama.
  • The YT video link is fetched and validated using JavaScript.
  • Transcript is extracted by using YT-DLP in ".vtt" format.
  • By-passes CORS error by using mistral instead of transformers for summarization.
  • The extension appears as a pop-up over the browser, making it easier for users to use.

Future Scope-

  • Saving summaries in case the pop-up closes accidentally, allowing users to view them again.
  • Reducing the time to render a summary (currently takes about 120 secs).

Preview

Dark Theme-

About

YouTube Transcript Summarizer made using Python's Flask, HTML-CSS and Javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published