Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 1.25 KB

README.md

File metadata and controls

26 lines (18 loc) · 1.25 KB

Brewing

Brewing provides a simple container-based task scheduling framework.

The current implementation offers a solution for video text conversion.

The process is as follows:

  • Download video files based on a custom worker (yt-dlp).
  • Extract audio content (ffmpeg).
  • Convert audio to text via the Whisper service.
  • Optimize text structure through OpenAi.
  • Push results via the Bark messaging service.

Demo: Atomic Expert Explains "Oppenheimer" Bomb Scenes | WIRED

Video to Text

Video to Text

Basic Task workflow

Basic task

Task in docker workflow

Docker task