File size: 332 Bytes
d4f05a9 a73a227 d4f05a9 a73a227 d4f05a9 a73a227 |
1 2 3 4 5 6 7 8 9 10 11 12 |
---
license: mit
title: translator
sdk: gradio
---
# Multilingual File Translator 🌍
An end-to-end file-based translator using Hugging Face's `transformers`. Upload a `.txt` file in any language and get translated output.
- Auto language detection using `langdetect`
- Translation using `Helsinki-NLP` models
- Built with Gradio |