mytranslatenisa/ramt-labse-api
0
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
RAMT-LaBSE Translation API
This Space provides a FastAPI deployment for the English → Malay RAMT-LaBSE translation model.
Endpoints
POST /translate
Example Request
{
"text": "The contract is valid.",
"source_lang": "en",
"target_lang": "ms"
}
