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