Cesar Mendivil 1264ae8587 Add diagrams and documentation for the Whisper Pipeline architecture
- Created flowcharts for Infra adapters, artifacts, high-level process, models, and tests in the DOCS/diagrams directory.
- Added a mkdocs.yml configuration file for documentation site setup.
2025-10-24 16:49:49 -07:00

7 lines
256 B
Plaintext

flowchart LR
Cache["Model cache (~/.cache/transformers)"] --> TF["MarianMT / Transformers"]
Cache --> FW["faster-whisper"]
TF --> Translate["Translation (local)"]
Gemini["Gemini / LLM HTTP API"] --> Translate
Translate --> SRTGen["Generate SRT"]