Digital language resources, corpus, lexicon and NLP tools for the Obolo language.
# Obolo Translation API
Serverless function that proxies requests to Hugging Face Inference API for Obolo translation.
## API Endpoint
POST /api/translate
Request body:
```json
{
"text": "God"
}
```
Response:
```json
{
"translation": "Awaji"
}
```
## Environment Variables
- `HF_TOKEN`: Hugging Face API token
## Deployment
Deployed on Vercel.
## License
MIT