yousrafourati/nllb-b2b-api
0
NLLB B2B Translation API
API REST FastAPI qui expose le modèle yousrafourati/nllb-b2b-fr-en-de-ar.
Modèle NLLB-200 fine-tuné sur un corpus B2B alimentaire (FR ↔ EN, DE, AR) dans le cadre d'un PFE.
Endpoint
curl -X POST https://<ton-username>-nllb-b2b-api.hf.space/translate \
-H "Content-Type: application/json" \
-d '{"text":"Yaourt à la grecque vanille","source_lang":"fr","target_lang":"de"}'Réponse :
{
"translation": "Griechischer Vanillejoghurt",
"model": "yousrafourati/nllb-b2b-fr-en-de-ar",
"source_lang": "fr",
"target_lang": "de"
}Langues supportées
fr, en, de, ar, es, it, pt, nl
