Spaces:
Sleeping
Sleeping
File size: 561 Bytes
d3fae04 86f7d50 d3fae04 cdcaf25 86f7d50 d3fae04 86f7d50 9d92550 86f7d50 cdcaf25 86f7d50 d3fae04 86f7d50 9d92550 86f7d50 9d92550 86f7d50 9d92550 86f7d50 9d92550 86f7d50 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 |
---
title: IndicTrans2 Translator API
emoji: π
colorFrom: indigo
colorTo: blue
sdk: docker
sdk_version: "1.0"
app_file: app.py
pinned: false
tags:
- translation
- fastapi
- docker
- indic
- multilingual
license: apache-2.0
---
# IndicTrans2 Translator API
π A multilingual translation API powered by AI4Bharat's IndicTrans2.
Supports English β Indian languages (Hindi, Kannada, Tamil, etc.)
## π API Endpoint
**POST** `/api/v1/translate`
```json
{
"input_sentence": "Hello",
"source_lan": "eng_Latn",
"target_lang": "hin_Deva"
}
|