jeevitha-app commited on
Commit
a73a227
·
verified ·
1 Parent(s): 7c943a9

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -10
README.md CHANGED
@@ -1,14 +1,12 @@
1
  ---
2
- title: Multilingual Translator
3
- emoji: 📉
4
- colorFrom: gray
5
- colorTo: gray
6
- sdk: gradio
7
- sdk_version: 5.34.2
8
- app_file: app.py
9
- pinned: false
10
  license: mit
11
- short_description: multilingual translator app
 
12
  ---
 
 
 
13
 
14
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
  ---
 
 
 
 
 
 
 
 
2
  license: mit
3
+ title: translator
4
+ sdk: gradio
5
  ---
6
+ # Multilingual File Translator 🌍
7
+
8
+ An end-to-end file-based translator using Hugging Face's `transformers`. Upload a `.txt` file in any language and get translated output.
9
 
10
+ - Auto language detection using `langdetect`
11
+ - Translation using `Helsinki-NLP` models
12
+ - Built with Gradio