williampepple1/ibani-model
1
Ibani Translator API
This is a FastAPI-based translation service for English to Ibani language translation.
Model
Uses the williampepple1/ibani-translator model from Hugging Face.
API Endpoints
GET /- Health checkPOST /translate- Translate text from English to Ibani
Usage
curl -X POST "https://williampepple1-ibani-model.hf.space/translate" \
-H "Content-Type: application/json" \
-d '{"text": "Hello, how are you?"}'