|
--- |
|
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" |
|
} |