Itz-fork / Vrappy

Summarize videos using AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vrappy

Summarize videos using AI

🚧 WIP 🚧

Prerequisites

  • deno
  • ffmpeg
  • yt-dlp

Features

  • Summarize videos
    • Youtube (english only)
    • Local video files*
  • Summarize audio files (not in CLI, only as a module)*
  • Summarize texts (not in CLI, only as a module)*

Usage

Currently there aren't any pre-built binaries available

  • Run CLI
    git clone https://github.com/Itz-fork/Vrappy.git
    cd vrappy
    deno run --allow-run --allow-read --allow-write --allow-env --allow-net --unstable vrappy/cli.ts
  • Use it as module
    import { Summarizer } from "https://raw.githubusercontent.com/Itz-fork/Vrappy/main/vrappy/helpers/summarizer.ts";
    
    const summed = await Summarizer.summarize_from_txt("Some long paragraph")
    console.log(summed)

Roadmap

See #1

About

Summarize videos using AI

License:GNU General Public License v3.0


Languages

Language:TypeScript 100.0%