File size: 1,835 Bytes
c642af1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4635155
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
---
title: EAC Translator
emoji: 🌍
colorFrom: indigo
colorTo: green
sdk: gradio
sdk_version: "5.35.0"
app_file: app.py
pinned: false
license: mit
---

# 🌍 EAC Translator

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/).

## ✨ Features

- πŸŽ™οΈ Voice input via microphone
- 🧠 Automatic language detection
- πŸ” English ↔ French ↔ Swahili (with pivot logic)
- πŸŽ›οΈ Tone control (Neutral, Formal, Casual, Romantic)
- πŸ”Š Text-to-speech with voice selection (David, Zira, etc.)
- πŸ“± Mobile-friendly UI
- πŸ“€ Audio playback and download

## πŸš€ Built With

- Gradio
- Hugging Face Transformers
- pyttsx3
- SpeechRecognition
- langid

## πŸ“¦ Installation (Optional for Local Use)

```bash
pip install -r requirements.txt
python app.py


# 🌍 EAC Translator

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/).

## ✨ Features

- πŸŽ™οΈ Voice input via microphone
- 🧠 Automatic language detection
- πŸ” English ↔ French ↔ Swahili (with pivot logic)
- πŸŽ›οΈ Tone control (Neutral, Formal, Casual, Romantic)
- πŸ”Š Text-to-speech with voice selection (David, Zira, etc.)
- πŸ“± Mobile-friendly UI
- πŸ“€ Audio playback and download

## πŸš€ Built With

- [Gradio](https://gradio.app)
- [Hugging Face Transformers](https://huggingface.co/transformers/)
- [pyttsx3](https://pypi.org/project/pyttsx3/)
- [SpeechRecognition](https://pypi.org/project/SpeechRecognition/)
- [langid](https://pypi.org/project/langid/)

## πŸ“¦ Installation (Optional for Local Use, especially VScode env setup, well tested)

```bash
pip install -r requirements.txt
python app.py