Spaces:
Sleeping
Sleeping
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
}