dialingua-api / README.md
Lordkiki's picture
Upload README.md with huggingface_hub
1b762e0 verified
|
Raw
History Blame Contribute Delete
520 Bytes
---
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`