Skip to content

A Streamlit app that summarizes YouTube videos by fetching transcripts, chunking text, creating embeddings with help of LLMs . Simple, fast, and efficient video summarization!

Notifications You must be signed in to change notification settings

itsxwang/Yt_video_summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

YouTube Video Summarizer

This project provides a tool to summarize YouTube videos using langchain and ollama models. Basically we give model a transcript and it will generate a summary for us.

Features

  • Fetches video transcripts using YouTube APIs.
  • Summarizes transcripts using langchaing and ollama models.
  • Supports currently only English videos(But will support other languages soon).
  • Easy-to-use interface for summarization.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/Yt_video_Summarizer.git
    cd Yt_video_Summarizer
  2. Install dependencies:

    pip install -r requirements.txt

Usage

  1. Run the streamlit app:
    python -m streamlit run main.py

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Acknowledgments

About

A Streamlit app that summarizes YouTube videos by fetching transcripts, chunking text, creating embeddings with help of LLMs . Simple, fast, and efficient video summarization!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages