Spaces:
Building
Building
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# π EAC Translator
|
2 |
|
3 |
A multilingual translator for English, French, and Swahili with voice input and output. Built with β€οΈ by [Eng. Jobbers β Qtrinova Inc](https://eng-jobbers.vercel.app/).
|
|
|
1 |
+
---
|
2 |
+
title: EAC Translator
|
3 |
+
emoji: π
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "5.35.0"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
# π EAC Translator
|
14 |
+
|
15 |
+
A multilingual translator for English, French, and Swahili with voice input and output. Built with β€οΈ by [Eng. Jobbers β Qtrinova Inc](https://eng-jobbers.vercel.app/).
|
16 |
+
|
17 |
+
## β¨ Features
|
18 |
+
|
19 |
+
- ποΈ Voice input via microphone
|
20 |
+
- π§ Automatic language detection
|
21 |
+
- π English β French β Swahili (with pivot logic)
|
22 |
+
- ποΈ Tone control (Neutral, Formal, Casual, Romantic)
|
23 |
+
- π Text-to-speech with voice selection (David, Zira, etc.)
|
24 |
+
- π± Mobile-friendly UI
|
25 |
+
- π€ Audio playback and download
|
26 |
+
|
27 |
+
## π Built With
|
28 |
+
|
29 |
+
- Gradio
|
30 |
+
- Hugging Face Transformers
|
31 |
+
- pyttsx3
|
32 |
+
- SpeechRecognition
|
33 |
+
- langid
|
34 |
+
|
35 |
+
## π¦ Installation (Optional for Local Use)
|
36 |
+
|
37 |
+
```bash
|
38 |
+
pip install -r requirements.txt
|
39 |
+
python app.py
|
40 |
+
|
41 |
+
|
42 |
# π EAC Translator
|
43 |
|
44 |
A multilingual translator for English, French, and Swahili with voice input and output. Built with β€οΈ by [Eng. Jobbers β Qtrinova Inc](https://eng-jobbers.vercel.app/).
|