mcpee / README.md
elikoy's picture
Update README.md
3c9c2e1 verified

A newer version of the Gradio SDK is available: 5.42.0

Upgrade
metadata
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:

{
    "text": "dutch_word"
}