Coder Social home page Coder Social logo

ytsummarizer's Introduction






`ytsummarizer` is a Bash script that leverages AI to generate concise summaries of YouTube videos using their subtitles. This tool helps you quickly understand the content of videos without having to watch them in their entirety.


Here's a demo


Features

  • AI-Powered Summarization: Uses OpenAI GPT models to summarize video content.
  • Subtitle Extraction: Automatically extracts subtitles from YouTube videos.
  • Simple to Use: Just provide the YouTube video link, and the script handles the rest.
  • Open Source: Fully open source and free to use (except for the OpenAI credits)

Table of Contents

Getting Started

Prerequisites

Ensure you have the following installed:

  • Bash
  • yt-dlp (for downloading subtitles)
  • jq (for handling JSON)
  • curl (for API requests)

Installation

  1. Clone the repository:

    git clone https://github.com/wbunting/ytsummarizer.git
    cd ytsummarizer
  2. Make the script executable:

    chmod +x ytsummarizer

Configuration

To use the OpenAI API, you need to set up your API key:

  1. Create a configuration directory:

    mkdir -p ~/.config/ytsummarizer
  2. Save your OpenAI API key in a file:

    echo "YOUR_OPENAI_API_KEY" > ~/.config/ytsummarizer/api_key

Usage

To summarize a YouTube video, run the script with the video URL as an argument:

./ytsummarizer <video_url>

Example:

./ytsummarizer https://www.youtube.com/watch?v=dQw4w9WgXcQ

Requirements

  • Bash
  • yt-dlp
  • jq
  • curl

License

This project is licensed under the MIT License. See the LICENSE file for details.

ytsummarizer's People

Contributors

wbunting avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.