CoolFace
Apppublic

yousrafourati/nllb-b2b-api

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes
App README

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

bash
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 :

json
{
  "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