Add Voxtral support with audio preprocessing

This commit is contained in:
Damien
2026-06-17 11:51:23 +02:00
parent 701f5dd56e
commit 02ca896808
3 changed files with 428 additions and 4 deletions

View File

@@ -18,6 +18,8 @@ dependencies = [
"mlx-whisper>=0.4.0",
"psutil>=6.0.0",
"yt-dlp>=2025.3.27",
"librosa>=0.11.0",
"mistral-common>=1.11.3",
]
[project.scripts]
audio-summary = "audio_summary.cli:main"