feat: implement vertical crop, local LLM deepseek-v4-flash, multi-threading, word-level pink box highlight subtitles, and Nextcloud scan sync

This commit is contained in:
Renato
2026-07-02 16:12:23 +02:00
parent 50bdaedebb
commit c7c3c4b74a
154 changed files with 36256 additions and 3 deletions
+16
View File
@@ -0,0 +1,16 @@
version: '3.8'
services:
brainrotinator:
build: .
image: brainrotinator:latest
ports:
- "7860:7860"
volumes:
# Video input and output
- ./to_split:/app/to_split
- ./done_split:/app/done_split
# AI Models (so they aren't re-downloaded on container restart)
- ./models:/app/models
- ./models/whisper:/root/.cache/whisper
command: python app.py