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.