File size: 520 Bytes
1b762e0 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | ---
license: apache-2.0
---
# Dialingua API
FastAPI service for Bekwarra (`bkv`) translation, deployed on Render's free
tier. Kept deliberately small: **no torch**. ONNX Runtime does the inference
and the Marian tokenizer is pure sentencepiece, which is what makes it fit in
512 MB of RAM (measured: 672 MB with torch, ~330 MB without).
This repo exists as a **Git source for Render** — Hugging Face repos are git
repos, so no GitHub account is needed.
Endpoints: `/health`, `/translate`, `/detect`
|