Skip to content

Latest commit

 

History

History
61 lines (27 loc) · 1.52 KB

README.md

File metadata and controls

61 lines (27 loc) · 1.52 KB

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