CRIMJOBBERS commited on
Commit
c642af1
Β·
verified Β·
1 Parent(s): 4635155

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
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/).