Commit Graph

17 Commits

Author SHA1 Message Date
Adolfo Reyna 1403604ce0 Implement server ingest with flat JSON, background worker, and exponential backoff 2026-02-26 23:06:24 -05:00
Adolfo Reyna a4e17ce896 Add multiprocessing.freeze_support() to fix infinite loop in compiled binary 2026-02-26 22:02:25 -05:00
Adolfo Reyna ae2b54da9b Support multilingual detection and bridge translation via Whisper small 2026-02-26 21:43:50 -05:00
Adolfo Reyna da73d4e0c7 Fix variable initialization order (vad_model defined before stream start) 2026-02-26 21:34:07 -05:00
Adolfo Reyna d75e19665f Allow user to select audio input device at startup 2026-02-26 21:32:29 -05:00
Adolfo Reyna 37cb45c12f Add safety limits to transcription length and translation tokens to prevent memory exhaustion 2026-02-26 21:25:57 -05:00
Adolfo Reyna 3166d6e7d5 Support multiple simultaneous translation languages (ES, FR, AR) 2026-02-26 21:18:31 -05:00
Adolfo Reyna 7a47781141 Comprehensive lzma mock and sacremoses dependency for stable execution 2026-02-26 21:14:58 -05:00
Adolfo Reyna 88cd83f87e Fix lzma import error and use MarianMT translation 2026-02-26 21:13:48 -05:00
Adolfo Reyna 8e45daec87 Switch to dedicated MarianMT for cleaner, non-LLM translation 2026-02-26 21:13:03 -05:00
Adolfo Reyna 6f602a1868 Fix LLM model path to verified public repository 2026-02-26 21:10:07 -05:00
Adolfo Reyna 78322cbc8d Switch to mlx-lm for translation to avoid LZMA dependency error 2026-02-26 21:09:34 -05:00
Adolfo Reyna 035d6e9358 Add local translation using NLLB-200 (MPS accelerated) 2026-02-26 21:08:08 -05:00
Adolfo Reyna 3ce95633fc Switch to whisper-small.en-mlx model 2026-02-26 20:59:57 -05:00
Adolfo Reyna d1fa1ffb15 Optimize for Apple Silicon using MLX 2026-02-26 20:57:31 -05:00
Adolfo Reyna 8d39fda6bc Improve transcription with Silero VAD for better speech detection 2026-02-26 20:54:38 -05:00
Adolfo Reyna 0180b1f29e Initial commit: basic Whisper live transcription script 2026-02-26 20:53:39 -05:00