Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,55 +1,60 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
-
|
| 4 |
|
| 5 |
-
Urdu
|
| 6 |
|
| 7 |
-
|
| 8 |
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
|
| 11 |
-
|
| 12 |
|
| 13 |
-
|
| 14 |
|
| 15 |
-
|
| 16 |
|
| 17 |
-
|
|
|
|
| 18 |
|
| 19 |
-
|
| 20 |
|
| 21 |
-
|
| 22 |
|
| 23 |
-
Static
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
-
|
| 30 |
|
| 31 |
-
|
| 32 |
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
Automatic Urdu and Hindi script detection
|
| 36 |
-
|
| 37 |
-
Basic Roman Urdu and Hinglish detection
|
| 38 |
-
|
| 39 |
-
English translation
|
| 40 |
-
|
| 41 |
-
Browser microphone dictation
|
| 42 |
-
|
| 43 |
-
TXT file import
|
| 44 |
-
|
| 45 |
-
Copy, clear and text-download controls
|
| 46 |
-
|
| 47 |
-
Responsive desktop and mobile interface
|
| 48 |
-
|
| 49 |
-
No user login or database
|
| 50 |
-
|
| 51 |
-
Static-version limitations
|
| 52 |
-
|
| 53 |
-
This two-file Static Space cannot run the Python backend used by the full Colab application. Therefore, it does not include Faster-Whisper, audio/video file transcription, PDF or DOCX processing, or image OCR.
|
| 54 |
-
|
| 55 |
-
Translation uses a public browser-accessible translation service and requires internet availability. Do not submit confidential or sensitive text.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Translator
|
| 3 |
+
emoji: 🌐
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: indigo
|
| 6 |
+
sdk: static
|
| 7 |
+
app_file: index.html
|
| 8 |
+
pinned: false
|
| 9 |
+
---
|
| 10 |
|
| 11 |
+
# Urdu, Hindi, Roman Urdu and Hinglish to English Translator
|
| 12 |
|
| 13 |
+
A free browser-based translator that converts Urdu, Hindi, Roman Urdu and Hinglish text into English.
|
| 14 |
|
| 15 |
+
## Features
|
| 16 |
|
| 17 |
+
- Urdu to English translation
|
| 18 |
+
- Hindi to English translation
|
| 19 |
+
- Roman Urdu to English translation
|
| 20 |
+
- Hinglish to English translation
|
| 21 |
+
- Automatic language and script detection
|
| 22 |
+
- Browser microphone dictation
|
| 23 |
+
- TXT file upload
|
| 24 |
+
- Copy translated text
|
| 25 |
+
- Download translation as a text file
|
| 26 |
+
- Responsive desktop and mobile interface
|
| 27 |
+
- No login or registration
|
| 28 |
+
- No database
|
| 29 |
+
- No persistent storage
|
| 30 |
|
| 31 |
+
## Deployment
|
| 32 |
|
| 33 |
+
This project is configured as a Hugging Face Static Space.
|
| 34 |
|
| 35 |
+
Upload the following files directly to the root of the Space:
|
| 36 |
|
| 37 |
+
- `README.md`
|
| 38 |
+
- `index.html`
|
| 39 |
|
| 40 |
+
Hugging Face will automatically load `index.html` as the application.
|
| 41 |
|
| 42 |
+
## Important Limitations
|
| 43 |
|
| 44 |
+
This is a two-file Static Space and does not run a Python backend.
|
| 45 |
|
| 46 |
+
Therefore, this version does not include:
|
| 47 |
|
| 48 |
+
- Faster-Whisper speech recognition
|
| 49 |
+
- Uploaded audio transcription
|
| 50 |
+
- Uploaded video transcription
|
| 51 |
+
- PDF translation
|
| 52 |
+
- DOCX translation
|
| 53 |
+
- Image OCR
|
| 54 |
+
- Local AI translation models
|
| 55 |
|
| 56 |
+
Text translation depends on a public web translation service and requires an active internet connection.
|
| 57 |
|
| 58 |
+
Do not submit confidential or sensitive information.
|
| 59 |
|
| 60 |
+

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|