File size: 551 Bytes
ed56ce5 61d5d15 3c9c2e1 61d5d15 ed56ce5 61d5d15 |
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 |
---
title: MCPee
emoji: π³π±β‘οΈπ
sdk: gradio
sdk_version: 5.38.0
app_file: app.py
---
# Dutch to Mestreechs Translator
This app provides:
1. A user-friendly Gradio interface for Dutch to Mestreechs translations
2. An API endpoint for programmatic access
## Features
- Simple UI for manual translations
- REST API endpoint at `/api/translate`
- Input validation for single words/short terms
- Example translations to get started
## API Usage
Send a POST request to `/api/translate` with JSON payload:
```json
{
"text": "dutch_word"
} |