Commit History

EchoScript : 1 & 2 - the static 4-language list was the real bug. 3 & 4 - already correct, verified by audit.
1788966

usertea commited on

EchoScript : UI/UX Change , Stage 1 - Generate Transcript , Stage 1 - Generate Transcript
8c63258

usertea commited on

EchoScript : app.py, Bug Fixing for Cascading language filtering, Transcript caching, Per-language translation caching, Tab visibility
32a99dc

usertea commited on

EchoScript : app.py, Cascading language filtering, Transcript caching, Per-language translation caching, Tab visibility
b849929

usertea commited on

What changed:
ae768cc

usertea commited on

EchoScript : made it automatic, not exclusive: TranslationService picks anthropic when ANTHROPIC_API_KEY is set, otherwise falls back to marian (fully offline/free) - overridable via ECHOSCRIPT_TRANSLATION_BACKEND=anthropic|marian. So EchoScript still works with zero API key, but gets better translation quality and zero missing-pair errors the moment you set one.
7f4c279

usertea commited on

EchoScript : services\translation.py , Fix: services/translation.py now loads MarianMT directly via AutoModelForSeq2SeqLM + AutoTokenizer and calls model.generate() itself, bypassing the removed pipeline() task wrapper entirely. This is the path the official MarianMT docs use now too, so it's not a workaround you'll need to revisit on the next transformers release.
0f04f89

usertea commited on

EchoScript : New UI
abbbd7b

usertea commited on

EchoScript : New Architecture
7d761b6

usertea commited on

\EchoScript : Multi-language transcription, Automatic language detection, Translation to English, Batch processing (multiple audio files), TXT export, SRT export, VTT export, CPU-only execution, Faster-Whisper (Model Initialization Improvement)
7e1a6e6

usertea commited on

\EchoScript : Multi-language transcription, Automatic language detection, Translation to English, Batch processing (multiple audio files), TXT export, SRT export, VTT export, CPU-only execution, Faster-Whisper (Model Initialization Improvement)
18a6a4c

usertea commited on

\EchoScript : Multi-language transcription, Automatic language detection, Translation to English, Batch processing (multiple audio files), TXT export, SRT export, VTT export, CPU-only execution, Faster-Whisper (Model Initialization Improvement)
5c9196d

usertea commited on

EchoScript : Add ffmpeg
b352be4

usertea commited on

EchoScript : requirements.txt , Add faster_whisper
5cf7618

usertea commited on

EchoScript : remove typo
586b3e7

usertea commited on

EchoScript : Add application file
8ae702a

usertea commited on

initial commit
cc4eaac
verified

Usertea commited on