translation-app / README.md
Avanish3412's picture
Update README.md
3f21362 verified
metadata
title: English to Telugu Translation API
emoji: 🌐
colorFrom: blue
colorTo: purple
sdk: docker
pinned: false
license: apache-2.0
app_port: 7860

🌐 English to Telugu Translation API

A high-performance FastAPI application for translating English text to Telugu using advanced transformer models.

✨ Features

  • πŸš€ Fast Translation: Optimized batch processing for superior performance
  • 🎯 High Accuracy: Powered by state-of-the-art MBart transformer model
  • πŸ–₯️ Web Interface: Beautiful, responsive web interface for easy testing
  • πŸ”Œ REST API: Complete REST API with JSON responses
  • ⚑ Caching: LRU caching system for improved response times
  • πŸ“± Mobile Friendly: Responsive design works on all devices
  • πŸ›‘οΈ Input Validation: Robust input validation and error handling

πŸ”— API Endpoints

Main Endpoints

POST /translate/

Translate English text to Telugu.

Request Body:

{
    "text": "Hello, how are you today?",
    "batch_size": 8,
    "max_length": 512
}