elikoy commited on
Commit
61d5d15
Β·
verified Β·
1 Parent(s): a99009f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -6
README.md CHANGED
@@ -1,8 +1,27 @@
1
  ---
2
- title: MCP
3
- emoji: πŸ“Š
4
- colorFrom: gray
5
- colorTo: green
6
- sdk: docker
7
- pinned: false
8
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: MCPee
3
+ emoji: πŸ‡³πŸ‡±βž‘οΈπŸ 
4
+ sdk: gradio
5
+ sdk_version: 4.19.0
6
+ app_file: app.py
 
7
  ---
8
+
9
+ # Dutch to Mestreechs Translator
10
+
11
+ This app provides:
12
+ 1. A user-friendly Gradio interface for Dutch to Mestreechs translations
13
+ 2. An API endpoint for programmatic access
14
+
15
+ ## Features
16
+ - Simple UI for manual translations
17
+ - REST API endpoint at `/api/translate`
18
+ - Input validation for single words/short terms
19
+ - Example translations to get started
20
+
21
+ ## API Usage
22
+ Send a POST request to `/api/translate` with JSON payload:
23
+
24
+ ```json
25
+ {
26
+ "text": "dutch_word"
27
+ }