- 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.
7 lines
256 B
Plaintext
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"]
|