Rizwan1010 commited on
Commit
837de9e
·
verified ·
1 Parent(s): 8c24321

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -39
README.md CHANGED
@@ -1,55 +1,60 @@
1
- Urdu, Hindi, Roman Urdu and Hinglish to English Translator
 
 
 
 
 
 
 
 
2
 
3
- A free browser-based translator for:
4
 
5
- Urdu to English
6
 
7
- Hindi to English
8
 
9
- Roman Urdu to English
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
- Hinglish to English
12
 
13
- Create the Space using the current Hugging Face interface
14
 
15
- Use these settings:
16
 
17
- Short description: Free Urdu, Hindi, Roman Urdu and Hinglish to English translator
 
18
 
19
- License: MIT
20
 
21
- Space SDK: Static
22
 
23
- Static template: Blank
24
 
25
- After creating the Space, upload these two files to the repository root:
26
 
27
- README.md
 
 
 
 
 
 
28
 
29
- index.html
30
 
31
- The Space will deploy automatically.
32
 
33
- Included features
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
+ ![image](https://cdn-uploads.huggingface.co/production/uploads/6a5f6924a35fbb38687a8949/ezbvWT_DspfPvbt0KX3BI.png)