Refine config and runtime flow

This commit is contained in:
Thales Maciel 2026-02-24 14:15:17 -03:00
parent 85e082dd46
commit b3be444625
No known key found for this signature in database
GPG key ID: 33112E6833C34679
16 changed files with 642 additions and 137 deletions

View file

@ -7,6 +7,7 @@ requires-python = ">=3.10"
dependencies = [
"faster-whisper",
"llama-cpp-python",
"numpy",
"pillow",
"sounddevice",
]