Skip to content

This project uses Large Language Models (LLMs) to generate summaries of YouTube videos. By providing the URL of a YouTube video, the tool processes the video content and delivers a concise summary.

Notifications You must be signed in to change notification settings

KHRMNKY/Youtube_Transcript_Summarizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Video Summary Generator

This project retrieves the transcript of a YouTube video based on its URL and then summarizes the transcript using the Deepseek Coder api or OpenAI api. image

How to Run

  1. Clone this project locally:

    git clone https://github.com/KHRMNKY/Youtube_Transcript_Summarizer?tab=readme-ov-file.git
  2. Install the required packages:

    pip install -r requirements.txt
  3. Run the project:

    python app.py <api_key> <youtube_url>

    DeepSeek Coder Model: deepseek-chat

    OpenAI Models: Openai Models

DeepSeek Coder api (free)


To access the Hugging Face interface for this project, use the following link:

for taking your api key

OpenAI api (paid)

To access the Hugging Face interface for this project, use the following link:

for taking your api key

Hugging Face Interface

To access the Hugging Face interface for this project, use the following link:

Hugging Face Interface

video_2024-05-27_13-46-00.mp4

About

This project uses Large Language Models (LLMs) to generate summaries of YouTube videos. By providing the URL of a YouTube video, the tool processes the video content and delivers a concise summary.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages