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
This commit is contained in:
Damien
2026-06-17 09:00:35 +02:00
parent bda2b516a4
commit 47f2eda4f6
12 changed files with 994 additions and 743 deletions

5
.gitignore vendored
View File

@@ -1,6 +1,7 @@
src/__pycache__
__pycache__/
*.pyc
.ruff_cache/
src/audio_summary_with_local_LLM.egg-info/
*.egg-info/
# Virtual Env
.venv