From d27543022df78e29313591f484b23b1e8f791102 Mon Sep 17 00:00:00 2001 From: Adolfo Reyna Date: Thu, 26 Feb 2026 21:18:48 -0500 Subject: [PATCH] Update history with multi-language phase --- history.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/history.md b/history.md index 7f4634d..06f8d78 100644 --- a/history.md +++ b/history.md @@ -39,3 +39,10 @@ The project now features a high-performance, Apple Silicon-optimized pipeline th 2. Transcribes using **MLX-Whisper (small.en)**. 3. Translates using **MarianMT (EN-ES)**. 4. Operates entirely locally with hardware acceleration. + +## Phase 5: Simultaneous Multi-Language Translation +- **Goal:** Provide translations in Spanish, French, and Arabic at the same time. +- **Approach:** + - Refactored the script to support a dictionary of multiple `MarianMT` models. + - Each transcribed English segment is passed through each loaded translation engine sequentially. +- **Performance on M2:** Loading 3-4 specialized models + Whisper is highly efficient, using ~1.5GB of RAM and providing near-instant results.