Commit Graph

9 Commits

Author SHA1 Message Date
Damien
701f5dd56e Update Voxtral STT model to non-realtime batch variant
Use Voxtral-Mini-3B-2507-bf16 across all tiers and set appropriate
max_tokens for full-file transcription
2026-06-17 11:25:04 +02:00
Damien
383e85c05e Refactor project structure for modularity
Move model and pipeline components into dedicated modules
Extract utilities from CLI into shared helpers
Update imports throughout codebase
Refactor project structure for modularity

Move model configuration and hardware selection into `models/` package
Extract pipeline steps into `pipeline/` package
Add utility helpers in `utils/` package
Update CLI imports and references
2026-06-17 09:55:07 +02:00
Damien
1f4e7feb10 Remove unused audio summary module 2026-06-17 09:07:53 +02:00
Damien
47f2eda4f6 Update project to use MLX for Apple Silicon support
Update dependencies for MLX models
Add automatic model selection based on available RAM
Rewrite README with MLX-specific documentation
Update .gitignore for MLX project structure
2026-06-17 09:00:35 +02:00
darnodo
a8005cce50 Add support pour GPU (MPS and CUDA)
Migrate to `uv`
2025-03-28 12:58:39 +01:00
Damien A
4eb5f586d4 Implement yt_dlp instead of pytube 2024-07-14 11:25:02 +02:00
Damien A
65e6483c9f Add mps support for MacOS 2024-07-13 15:36:31 +02:00
Damien A
51d6ea8e18 Add transcript-only feature 2024-07-12 12:15:17 +02:00
Damien A
b3a619a898 Project push 2024-04-17 09:57:32 +02:00