feat/mlx-native #2

Merged
Damien merged 7 commits from feat/mlx-native into main 2026-06-17 12:42:56 +00:00

7 Commits

Author SHA1 Message Date
Damien
383c1bd966 Update summarization prompts with structured Markdown output
Add detailed system prompt with strict transcription rules
Update user prompt template to enforce consistent Markdown structure
Remove redundant title prefix in write_summary helper
2026-06-17 14:08:49 +02:00
Damien
02ca896808 Add Voxtral support with audio preprocessing 2026-06-17 11:51:23 +02:00
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
425d4db1e2 Update README paths and add shell alias section 2026-06-17 10:12:08 +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