CoolFace
Apppublic

mytranslatenisa/ramt-labse-api

sourceHugging Faceupdated 10mo agoView on Hugging Face
0likes
App README

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

json
{
  "text": "The contract is valid.",
  "source_lang": "en",
  "target_lang": "ms"
}